Entitlements required: tenantadmin [Tenant Administrator], manageAppAccessOwner [Manage Application Entitlements], manageEntitlements [Manage Entitlements].
The API checks whether a user is granted the rights to access an application either directly or indirectly through the user’s group association and dynamic role association.
The user id and application id are needed to entered in the textbox provided under Path Params. The {tenant_url} can be replaced in the Base URL with the actual value. The entered values get reflected in the Request code. If the groups value is entered in the Body Params, then the API only checks the access rights provided to the user by the group for the specified application.
204The user is granted to the application.
401The user is not granted to the application.
500Your request can't be processed because an internal server error occurred.
