User
User
User
A user
Attributes
Name
Type
Description
Example
first_name
string
first name of the user
"example"
id
integer
unique identifier of the user
42
image
nullable string
the image of the user
null
last_name
string
last name of the user
"example"
mood
nullable object
the current user mood
null
User List
List all users
GET /userCurl Example
Response Example
User Info
Is shows the info for existing user.
Curl Example
Response Example
User Update
Update the user info
Optional Parameters
Name
Type
Description
Example
first_name
string
first name of the user
"example"
image
nullable string
the image of the user
null
last_name
string
last name of the user
"example"
mood
nullable string
the mood of the user
null
Curl Example
Response Example
User Leave rooms
It takes out the user all rooms
Curl Example
Response Example
Last updated