Public API
User management
User extension schema
User extension response schema:
| Name | Type | Description |
|---|---|---|
| department | string | Name of department user is assigned to. |
| manager | ManagerReference | Reference to the user who acts as this user’s manager (license provider in Masterplan). |
ManagerReference schema:
| Name | Type | Description |
|---|---|---|
| value | string | ID of referenced resource. |
| $ref | url | Location of resource. |