General Information
...
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 | Query | YES | String |
Output
...
Valid Response
Code Block | ||||
---|---|---|---|---|
| ||||
{ "result": true, "data": { "..." } } |
...