IAM Service Tutorials
info
Names and descriptions of groups, permissions, resources, access control templates, and role resources are localized.
Looking for more info on localization? Check out Standard practices.
How to create a group of employees with a specific set of access controls
To specify user access level in a particular service resource, you need to create a group of users that share the same access controls. For the purposes of this tutorial, you will create an employee group with manager rights in Catalog API service.
Before you start
Ensure you have a tenant and users created.
info
To create users, check out the Manage Users tab in the Emporix Developer Portal.
Retrieve a list of available access controls
attention
Access controls are predefined and designed to cover all necessary scenarios. It is not possible to create your own access controls.
Loading...
Create an employee group
Employee groups aggregate users that share the same access control within a particular service and resource. Create an employee group and assign access controls to it by sending a request to theinfo
The user type in the
userType
parameter can be specified as CUSTOMER
or EMPLOYEE
. For the purposes of this tutorial, set the userType
parameter as EMPLOYEE
.Loading...
Assign users to an employee group
By assigning a user to a particular employee group, you grant them a specific access control level. Create assignments by calling theinfo
The user type in the
userType
parameter can be specified as customer
or employee
. For the purposes of this tutorial, set the userType
parameter as employee
.Loading...