tenant-admin
Invites a User to the Tenant.
Created - Returns the Create Invitation response.
Unauthorized
Forbidden
{- "emailAddress": "string",
- "roles": [
- "string"
]
}{- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
- "emailAddress": "string",
- "expiryDate": "2019-08-24T14:15:22Z",
- "invitationStatus": "string",
- "roles": [
- "string"
]
}tenant-admin
Resends the Tenant User invitation.
Created.
Unauthorized
Forbidden
{- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b"
}tenant-admin
Gets a list of Users for the Tenant.
OK - Returns the Paged Users response.
Unauthorized
Forbidden
{- "currentPage": 0,
- "pageCount": 0,
- "pageSize": 0,
- "rowCount": 0,
- "results": [
- {
- "identity": "string",
- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
- "emailAddress": "string",
- "roles": [
- "string"
], - "invitationStatus": "string",
- "isSsoUser": true
}
]
}tenant-admin
Gets a Tenant User by the userId.
OK - Returns the User response.
Unauthorized
Forbidden
{- "identity": "string",
- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
- "emailAddress": "string",
- "roles": [
- "string"
], - "invitationStatus": "string",
- "isSsoUser": true
}