...
Data Model: Users
Workflow:
Input
...
Type: application/json
Name | Source | Mandatory | Type | Special Format | Description | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|
uId | body | YES | Array | Array of strings | the user record ID | tenantId | Query | YES | String |
Output
...
Valid Response
Code Block | ||||
---|---|---|---|---|
| ||||
{ "result": true, "data": { "..." } } |
...
Code Block | ||||
---|---|---|---|---|
| ||||
> CURL -X PUT http://127.0.0.1:4000/urac/admin/inviteUser?tenantId=xyz&uId=32497234932 |
Response
Code Block | ||||
---|---|---|---|---|
| ||||
{ "result": true, "data": true } |
...