Get specific record for authorisation domain user type
GET
/references/users/authorisationdomain/usertypes/{AuthorisationDomainUserTypeID}
curl \
-X GET https://matls-api.sandbox.raidiam.io/references/users/authorisationdomain/usertypes/{AuthorisationDomainUserTypeID} \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "x-fapi-auth-date: string" \
-H "x-fapi-customer-ip-address: string" \
-H "x-fapi-interaction-id: string" \
-H "x-customer-user-agent: string"
Response examples (200)
# Headers
x-fapi-interaction-id: 73cac523-d3ae-2289-b106-330a6218710d
# Payload
{
"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"
}