General Information
...
Name | Source | Mandatory | Type | Special Format | Description |
---|---|---|---|---|---|
tId | Body or Query | YES | String | N/A | The Tenant ID |
code | Body | YES | String | N/A | defined in the form as groupCode |
users | Body | false | Array | N/A | array of usernames |
...
Output
...
Valid Response
Code Block | ||||
---|---|---|---|---|
| ||||
{ "result": true, "data": true } |
...
Invalid Response
Code Block | ||||
---|---|---|---|---|
| ||||
{ "result":false, "errors":{ "codes":[600400], "details":[ { "code":600400, "message":"ProblemDatabase with the provided passwordconnection error" } ] } } |
Error Codes
Code | Description |
---|---|
600400 | Database connection error |
Example (CURL)
...