RUAL Documentation

POST /users

Create a new user

/users POST
Create a new user
Key Type Example
authorization required string
"Bearer your-jwt-token"
Key Type Example Description
username required string
"example-string"
Username
email required string
"example-string"
Email address
password required string
"example-string"
Password
first_name optional string
"example-string"
First name
last_name optional string
"example-string"
Last name
timezone optional string
"example-string"
User timezone
language optional string
"example-string"
User language
{ "_meta": { "guid": "example-string", "entity": "example-value", "created": "example-value", "modified": "example-value", "updated": "example-value" }, "username": "example-string", "email": "example-string", "firstname": "example-string", "lastname": "example-string", "last_activity": "example-value", "timezone": "example-string", "language": "example-string" }
{ "success": false, "error": "ERROR_KEY" }
permission description
BearerAuth JWT access token obtained from login endpoint required

Back to Users Return to the Users category to view other endpoints All API Categories Browse all available API categories