Assign Permission
Last updated
Last updated
POST /permissions/{permissionId}/assignments
Creates a permission assignment, effectively granting a permission to a specific Identity. Response confirms the assignment (success) or gives the reason why it's not possible (failure).
PermissionAssignments:Create
Always Required
In the request body specify the identity ID.
identityId
String - Required
The ID of the identity the permission is being assigned to.
Assignment IDs look like this: as-stream-pizza-08edcfff93
. They follow this format: as-<random-words>-<random-alphanumeric-string>