plta-permissions-api-cbz

Retrieve all the permissions. Can be filtered by userId.

Retrieve the permissions.

get
https://dev.api.sanofi.com/permissions/permissions

Query Parameters

userIdstring

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)

Response

application/json

Success

the combination of a specific action with a specific resource for a given user. It is denormalized from an AccessRight to include all action and resource hierarchy.

actionNamestringrequired

Name of the action.

Example:read_narrative, write_compound

resourceNamestringrequired

Name of the resource.

Example:compound_1245

userIdstring

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)

get/permissions
 
application/json