The ID of the user, as stored in IDP. For Sanofi internal users, it would be the oid (Unique identifier of the user in Azure AD)
Retrieve a list of admin rights
Allows the retrieval of all available admin rights of a specific user, held either directly or through role membership.
Path Parameters
Response
application/json
Response
Success
An admin right, tagged with where it comes from - held directly by the user, or inherited through membership of a role.
Name of the action that restricts the action usable in this operation to a specific hierarchy. Absent if the operation is not restricted to a specific action.
Example:write_narrative, read_compound
The unique identifier of the underlying admin right, for use with DELETE /adminRights/{adminRightId}. Only present when source is “DIRECT” - a role-derived grant is deleted through DELETE /roles/{roleName}/adminGrants/{adminGrantId} instead, which is a different id.
Name of the operation.
Example:manageActions, manageResources, manageAccessRights, manageRoles
Name of the resource that restricts the resource usable in this operation to a specific hierarchy. Absent if the operation is not restricted to a specific resource.
Example:compound_1245, study_1245
Where this admin right comes from. “DIRECT” if held directly by the user, or “ROLE#” if inherited through membership of that role.
Example:DIRECT, ROLE#clintrials:study-reader
The id of the user, as stored in IDP. For Sanofi internal user, it would be the oid (Unique identifier of the user in Azure AD). Always equal to the userId path parameter.