/user/
Description:
The /user/
endpoint allows the creation of a single user by providing their details, such as first name, last name, nickname, user type, and email address.
Method:
POST
Request Payload:
Parameter | Type | Description |
---|---|---|
firstName | string | The first name of the user. |
lastName | string | The last name of the user. |
nickName | string | The nickname of the user. |
userType | string | The type of user (e.g., Artist, Manager). |
string | The email address of the user. | |
ipi (Optional) | string | The IPI (Interested Parties Information) of the user. |
role | string | The role of the user in the workspace |
phone (Optional) | string | The userās phone number. |
country (Optional) | string | The userās country. |
sendEmail (Optional) | boolean | This sends an invite email to the user, by default it is true. |
redirect_url (Optional) | string | The URL to redirect the user to after the creation. |
message (Optional) | string | For passing the invite email custom message. |
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Success
The response is of type object
.