Reference Data of all authorisation domain user types
GET
/references/users/authorisationdomain/usertypes
curl \
--request GET 'https://matls-api.sandbox.raidiam.io/references/users/authorisationdomain/usertypes' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "x-fapi-auth-date: string" \
--header "x-fapi-customer-ip-address: string" \
--header "x-fapi-interaction-id: string" \
--header "x-customer-user-agent: string"
Response examples (200)
# Headers
x-fapi-interaction-id: 73cac523-d3ae-2289-b106-330a6218710d
# Payload
{
"content": [
{
"AuthorisationDomainUserTypeID": "string",
"AuthorisationServerAccess": "Read",
"Description": "string",
"DirectoryAccess": true,
"DomainUserAccess": "Read",
"Name": "string",
"OrganisationCertificatesAccess": "Read",
"OrganisationContactsAccess": "Read",
"ParentRole": "string",
"ReceiveEmailNotifications": true,
"SoftwareStatementAccess": "Read",
"Status": "Active",
"SystemID": "string",
"TermsAndConditionsAccess": "Read"
}
],
"empty": true,
"numberOfElements": 42,
"offset": 42,
"pageNumber": 42,
"pageable": {
"number": 42,
"offset": 42,
"size": 42,
"sort": {
"orderBy": [
{
"ascending": true,
"direction": "ASC",
"ignoreCase": true,
"property": "createdAt"
}
],
"sorted": true
},
"sorted": true,
"unpaged": true
},
"size": 42,
"totalPages": 42,
"totalSize": 42
}