General Information
Service | API | Method | Data Models | Workflow |
---|---|---|---|---|
urac | /admin/user | POST | Users | N/A |
Description
This API adds a user record to the tenant that has the external key sent in the request headers.
Input
Type: application/json
Name | Source | Mandatory | Type | Special Format | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
username | Body | YES | String | N/A | Username | ||||||||||||
password | Body | NO | String | N/A | Password | ||||||||||||
Body | YES | String | Email format | ||||||||||||||
firstName | Body | YES | String | N/A | First Name | ||||||||||||
lastName | Body | YES | String | N/A | Last Name | ||||||||||||
profile | Body | NO | Object | N/A | Profile Object | ||||||||||||
status | Body | NO | String | active, inactive, or pendingNew | User Status | ||||||||||||
pin | Body | NO | Object | includes code and allowed | Pin Object | ||||||||||||
| |||||||||||||||||
groups | Body | NO | Array | Array of Strings | Groups array |
Output
Response
SOAJS has a unified response. Check out this link to understand more the schema of SOAJS response
Valid Response
Invalid Response
Response schema
Follow this link to check out the response JSON Schema
SOAJS Error Codes
Code | Description |
---|---|
400 | Business logic required data are missing |
525 | Unable to generate pin at this time |
602 | Model error: + %model_error% |
Add Comment