General Information
...
Name | Source | Mandatory | Type | Special Format | Description | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|
username | Query | NO | String | N/A | the user username (either username or email should be provided) | ||||||
Query | NO | String | N/A | the user email (either username or email should be provided) | |||||||
tenantId | body | YES | String | groups | body | NO | Array | Array of strings | |||
pin | body | NO | Object | ||||||||
code | YES | String | |||||||||
allowed | NO | Boolean | set to True if this user is allowed to start pin code login |
...
Code Block | ||||
---|---|---|---|---|
| ||||
> CURL -X POST http://127.0.0.1:4000/urac/admin/inviteUser?username=5718a32f0e811ab5a0ca08b3 --data '{"tenantId":"xyz", "groups":"[xyz"], "pin":{"code": "123", "allowed": true}}}' |
...