Authorization Service
Provides roles and permissions of the users in the system.
Access to this service is restricted.
The following operations are supported. For a formal definition, please review the Service Description.
-
GetPermissions
Provides the list of the permissions of an user in a specific domain.Input message Username The user name. Domain The domain unique code. Output message Permission Container element for a single user permission. Id Permission unique numeric identifier. Code Permission unique string code. Name Permission name. Description Permission description. -
GetRoles
Provides the list of the roles of an user in a specific domain.Input message Username The user name. Domain The domain unique code. Output message Role Container element for a single user role. Id Role unique numeric identifier. Code Role unique string code. Name Role name. Description Role description.