Skip to content

UserRoleWorkspace

Type: object

Properties

Property Type Required Description Constraints
accessRoleId integer (int32) Yes User role Id
accessRoleName string No User role description
workspaceId integer (int32) Yes User workspace Id
workspaceName string No User workspace name

Generated example

{
  "accessRoleId": 123,
  "accessRoleName": "Example name",
  "workspaceId": 123,
  "workspaceName": "Example name"
}

Source

Generated from swagger-user.json.