account-admin
Invites a User to the Account.
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"
]
}
account-admin
Resends the Account User invitation.
Created.
Unauthorized
Forbidden
{- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b"
}
account-admin
Gets a list of Users for the Account.
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
}
]
}
account-admin
Gets an Account 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
}