API Reference
User
Create Read Update and Delete methods for User
Create an User
The identifier of the user in your system
Return type
Return the user
Get an User
The Literal id of the user
Return type
Return the user, can be None if the user does not exist
Update an User
The Literal id of the user
The identifier of the user in your system
The metadata of the user
Return type
Return the user
Delete an User
The Literal id of the user
Was this page helpful?