Appearance
POST/api/v1/platform/tenants/{tenantId}/users/invite
Parameters 1
| Name | Type | Description |
|---|---|---|
tenantIdrequired | path · integer |
ReturnsResponseInviteUserResponse
AcceptsInviteTenantUserRequest
Response examples
200OK
{
"statusCode": 0,
"statusMessage": "string",
"data": {
"email": "string",
"role": "string",
"status": "string",
"inviteToken": "string"
},
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}