UserResponse
{ "id": "00000000-0000-0000-0000-000000000000", "firstName": "string", "lastName": "string", "username": "string", "email": "string", "groupId": "string", "status": "INVITED", "authType": "INTERNAL", "role": "OWNER", "devices": [ { "id": "00000000-0000-0000-0000-000000000000", "userId": "00000000-0000-0000-0000-000000000000", "clientUUID": "string", "name": "string", "description": "string", "ipV4Address": "string", "ipV6Address": "string", "platform": { "os": "string", "version": "string" }, "connectionStatus": "ONLINE" } ], "connectionStatus": "ONLINE" }
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
id | string | false | none | none |
firstName | string | false | none | none |
lastName | string | false | none | none |
username | string | false | none | none |
string | false | none | none | |
groupId | string | false | none | none |
status | string | false | none | none |
authType | string | false | none | none |
role | string | false | none | none |
devices | false | none | none | |
connectionStatus | string | false | none | none |
Enumerated Values
Property | Value |
---|---|
status | INVITED |
status | ACTIVE |
status | SUSPENDED |
status | SUSPENDED_IDP |
authType | INTERNAL |
authType | SAML |
authType | LDAP |
role | OWNER |
role | MEMBER |
role | ADMIN |
connectionStatus | ONLINE |
connectionStatus | OFFLINE |
connectionStatus | ONLINE_WITH_ISSUES |