v1

latestOpenAPI 3.0.12026-07-17235160320.7 KB
Users

Creates a User

post/api/v1/users/

Headers

X-Fieldsstring mask

An optional fields mask

Request body

usernamestring

Username of the User.

emailstring

Email of the User.

passwordstring

Password for the User resource.

confirmPasswordstring

The password confirmation when creating a new user account.

Response

Success

usernamestring

Username of the User.

emailstring

Email of the User.

idinteger

ID for the User resource.

createdOnstring date-time

Timestamp when the User resource was created.

lastModifiedOnstring date-time

Timestamp when the User resource was last modified.

lastLoginOnstring date-time

Timestamp when the User resource was last logged in.

passwordExpiresOnstring date-time

Timestamp when the User resource password expires on.