General Information
...
Service | API | Method |
---|---|---|
urac | /admin/userTenantConfig | PUT |
...
Data Model: Users
Workflow:
Input
...
Type: application/json
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 | Boolean | set to True to change pin to a random generated code | |||
allowed | YES | Boolean | set to True if this user is allowed to start pin code login |
...