User
VARIABLE | TYPE | DESCRIPTION | OPTIONAL |
---|---|---|---|
id | Int | ID of the user in community. | |
imageUrl | String | Download url of user image. | |
isGuest | Boolean | true if the user is a guest, false otherwise. | |
name | String | Name of the user. | |
organisationName | String | Name of the organisation. | ✔ |
sdkClientInfo | SDKClientInfo | Client side info of user | ✔ |
isDeleted | Boolean | true if user is deleted, false otherwise. | ✔ |
customTitle | String | Custom title of the user. | ✔ |
userUniqueId | String | Unique ID of user. | |
updatedAt | Long | Timestamp when the user was last updated. | |
uuid | String | Unique ID of user. | |
state | Int | Member state of the user. | |
memberSince | String | Text for since when the user is member of the community. | ✔ |
SDKClientInfo
VARIABLE | TYPE | DESCRIPTION | OPTIONAL |
---|---|---|---|
community | Int | ID of the community. | |
user | Int | Download url of member image. | |
userUniqueId | String | Client side Unique ID of user. | |
uuid | String | Client side Unique ID of user. |
ManagementRightPermissionData
VARIABLE | TYPE | DESCRIPTION | OPTIONAL |
---|---|---|---|
id | Int | ID of the user in community. | |
state | Int | Member State of the user in community. | |
isLocked | Boolean | true if the user is locked, false otherwise. | ✔ |
isSelected | Boolean | true if the user is selected, false otherwise. | |
title | String | Title of the user in the commmunity. | |
subtitle | String | Subtitle of the user in the community. | ✔ |