Name | Type | Description |
|---|---|---|
tenant* | string | Name of Tenant |
Name | Type | Description |
|---|---|---|
Content-type | string | application/json |
Authentication* | string | Bearer <access_token from authentication api> |
Name | Type | Description |
|---|---|---|
tenant* | string | Name of Tenant |
user_email* | String | User email |
Name | Type | Description |
|---|---|---|
Content-type | string | application/json |
Authentication* | string | Bearer <access_token from authentication api> |
Name | Type | Description |
|---|---|---|
tenant* | string | Name of Tenant |
Name | Type | Description |
|---|---|---|
password | string | Optional. If not provided, user will received an email to activate account and set a password |
last_name* | string | Last name |
first_name* | string | First name |
email* | string | Email of the new user |
role* | string | "admin" / "user" |
Name | Type | Description |
|---|---|---|
Content-type | string | application/json |
Authentication* | string | Bearer {token} |
Name | Type | Description |
|---|---|---|
user_email* | string | Email of user whose details are to be updated |
tenant* | string | Name of tenant |
Name | Type | Description |
|---|---|---|
last_name* | string | Updated last name |
role* | string | “admin” / “user” Currently mandatory. Even if there are no updates to this field, it must be provided. |
first_name* | string | Updated first name |
Name | Type | Description |
|---|---|---|
Content-type | string | application/json |
Authentication* | string | Bearer {token} |
Name | Type | Description |
|---|---|---|
tenant* | string | Name of Tenant |
user_email/ | String | User email |
Name | Type | Description |
|---|---|---|
Content-type | string | application/json |
Authentication* | string | Bearer {token} |
Name | Type | Description |
|---|---|---|
tenant* | string | Name of Tenant |
user_email* | String | User email |
Name | Type | Description |
|---|---|---|
Content-type | string | application/json |
Authentication* | string | Bearer <access_token from authentication api> |
Name | Type | Description |
|---|---|---|
role* | String | Role "user" or "admin" |
Name | Type | Description |
|---|---|---|
user_email* | string | Email of user whose password needs to be changed |
tenant* | string | Name of tenant |
Name | Type | Description |
|---|---|---|
old-password* | string | Current password |
new-password* | string | New password |
Name | Type | Description |
|---|---|---|
Content-type | string | application/json |
Authentication* | string | Bearer <access_toke from Authentication API> |
Name | Type | Description |
|---|---|---|
user_email* | string | Email of user whose password needs to be reset |
tenant* | string | Name of tenant |
Name | Type | Description |
|---|---|---|
Content-type | string | application/json |
Authentication* | string | Bearer <access_toke from Authentication API> |