...
General Information
...
Service | API | Method | Data Model | Workflow |
---|---|---|---|---|
urac | /admin/ unInviteUsersusers/uninvite | PUT |
...
...
Input
...
Type: application/json
Name | Source | Mandatory | Type | Special Format | Description |
---|
Output
Users | Body | YES | Object | includes user object, groups array, and pin object | |||||||||||||||||||||||||||||||||||||||
|
Output
...
Response
SOAJS has a unified response. Check out this link to understand more the schema of SOAJS response
Valid Response
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
{ "result": true, "data": { "..." }1 } |
Invalid Response
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
{ "result":false, "errors":{ "codes":[411602], "details":[ { "code":411602, "message":"invalidModel usererror: id+ provided%model_error%" } ] } } |
Response schema
Follow this link to check out the response JSON Schema
SOAJS Error Codes
...
Code | Description |
---|
Request
Code Block | ||||
---|---|---|---|---|
| ||||
> CURL -X PUT http://127.0.0.1:4000/urac/admin/inviteUser?tenantId=xyz --data '{"username":["xyz"], "email":"[xyz"]}' |
Response
...
language | js |
---|---|
title | Get User API response |
400 | Business logic required data are missing |
530 | Users array is required |
602 | Model error: + %model_error% |