IAM Tutorial
How to create a group of employees with a specific set of access controls
Before you start
Retrieve a list of available access controls
curl -i -X GET
'https://api.emporix.io/iam/{tenant}/access-controls?pageNumber=1&pageSize=60&metadataModifiedAt=2022-01-01&roleId=1rl5e52e-6e27-4ac5-9471-2467d3fb7503&resourceId=string&expand=role%2Cresource'
-H 'Accept-Language: string'
-H 'Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}'
-H 'X-Total-Count: true'Create an employee group
Assign users to an employee group
How to manage custom scopes
Custom scopes for custom entities
Last updated
Was this helpful?

