Packagepermissions
Get package permission
Retrieves the permission details for a specific user, group within the package, including their role and access level.
GET
/organizations/{organizationName}/environments/{environmentName}/packages/{packageName}/permissions/{userGroupId}Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
organizationName*string
The unique identifier of the organization
Match
^[a-zA-Z0-9_ -]+$environmentName*string
The unique identifier of the environment
Match
^[a-zA-Z0-9_ -]+$packageName*string
The unique identifier of the package
Match
^[a-zA-Z0-9_ -]+$userGroupId*string
The resource identifier of the User or Group Permissions for this package.
Match
^(user:[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}|group:[a-zA-Z0-9._-]+)$Response Body
application/json
application/json
application/json
application/json
application/json