User
Model name: DomainUserManagement
Represents a user in the system
Document definition
object (user) | |
object (Meta) [Read only] Contain the meta data information of the document. It will be ignored if included in the request of the update operations (e.g MODIFY_DOCUMENT) |
{- "user": {
- "enabled": true,
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "firstName": "string",
- "lastName": "string",
- "extension": {
- "TenantId": "string"
}, - "setting": {
- "ExpirationDate": "2019-08-24T14:15:22Z"
}, - "organizationUnitRole": [
- {
- "organizationUnit": "string",
- "role": "string"
}
]
}, - "__meta": {
- "creator": "string",
- "modifier": "string",
- "docRef": "string",
- "modelReference": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "modelVersion": "string"
}
}