Managing User Accounts
The User object
{
"id": "",
"email": "", //user's email address
"avatar": "", //URL to an image to be used as an avatar
"isEnabled": true,
"isVerified": true
}Methods
Create a new User
Read a User
Update a User
Delete a User
Error Handling
Last updated
Was this helpful?