Create a User
Create a User
post
Create a User
This endpoint allows you to create a user on the Arity platform. Once the user is made, you need to register that user to any Arity products that your organization has access to. There is also a batch process API where you may register a new user and assign them to a new product in one call (POST /users/products)
Resource URL
https://api-sandbox.arity.com/registration/v2/users
Header Parameters
Name | Values | Description |
---|---|---|
Authorization
(required) |
Access Token |
Request Body
userId: the userId is the identification you will use to connect your customer on our platform to the ID in your system of record. If none is submitted, it will be generated for you.
{
1
{
2
"userId": ""
3
}
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Response Error Details
-
HTTP CodeError CodeDescription
-
400400
Bad Request response
-
401401
Unauthorized response
-
500500
Server Error response
Resource Summary |
|
Security |
None |
Content Type |
application/json |
Category |
Users |
Name | Type | Description |
---|---|---|
userId | string | Id of the user |
Name | Type | Description |
---|---|---|
userId | string | Id of the user |
Working...