plta-permissions-api-cbz

Retrieve a role's members

Retrieve the users attached to a role.

get
https://dev.api.sanofi.com/permissions/roles/{roleName}/members

Path Parameters

roleNamestringrequired

The name of the role

Response

application/json

Success

A user attached to a role, inheriting all of its access and admin grants.

attachedAtstring(date-time)requiredread-only

When the user was attached to the role.

attachedBystringrequiredread-only

The id of the user (oid or username) who performed the attach, for audit purposes.

roleNamestringrequiredread-only

The name of the role, as given in the path.

userIdstringrequiredread-only

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/roles/{roleName}/members
 
application/json