API Reference
User
Create Read Update and Delete methods for User
Create an User
identifier
string
requiredThe identifier of the user in your system
Return type
user
User
Return the user
Get an User
id
uuid
requiredThe Literal id of the user
Return type
user
User
Return the user, can be None if the user does not exist
Update an User
id
uuid
requiredThe Literal id of the user
identifier
string
The identifier of the user in your system
metadata
dict
The metadata of the user
Return type
user
User
Return the user
Delete an User
id
uuid
requiredThe Literal id of the user