Skip to main content

ListUser

user_typeUser Type (string)
Default value: Human
first_name object
anyOf
string
last_name object
anyOf
string
email object
anyOf
string
phone object
anyOf
string
idId (string)required
avatar object
anyOf
string
stateState (string)

Possible values: [USER_STATE_UNSPECIFIED, USER_STATE_ACTIVE, USER_STATE_INACTIVE, USER_STATE_DELETED, USER_STATE_LOCKED, USER_STATE_SUSPEND, USER_STATE_INITIAL]

Default value: USER_STATE_UNSPECIFIED
ListUser
{
"user_type": "Human",
"first_name": "string",
"last_name": "string",
"email": "user@example.com",
"phone": "string",
"id": "string",
"avatar": "string",
"state": "USER_STATE_UNSPECIFIED"
}