Public API
User management
User group schema
User group response schema:
| Name | Type | Description |
|---|---|---|
| id | string[uuid] | Unique user group identifier on the Masterplan side. |
| displayName | string | Human readable identifier of the user group. |
| members | list[MemberReference] | List of references to users being assigned to this user group. |
| urn:masterplan:scim:UserGroupAttributes | MasterplanUserGroupExtension | MasterplanUserGroupExtension Masterplan related user group extensions. |
| meta | Meta | Meta information for the user group. |
| schemas | list[string] | List of strings containing URIs that are used to indicate the namespaces of the SCIM schemas that define the attributes present in the current JSON structure. |
MemberReference schema:
| Name | Type | Description |
|---|---|---|
| value | string | ID of referenced resource. |
| $ref | url | Location of resource. |
| type | string | Type of resource. Currently only User type is supported. |