Add Roles
post
/config/sim/v2/employees/roles
Add the role to the specified organization.
Request
Supported Media Types
- application/json
- multipart/form-data
Roles Resource Object
Root Schema : RolesCURequestBodyv2
Type:
object
Model for Roles Object
Show Source
-
actions:
array actions
An array of privileges for access to EMC modules by the role
-
comment:
string
Description of the role in no more than 2000 charactersExample:
Comment
-
dataExtensions:
array dataExtensions
An array of privileges for access to EMC modules by the role
-
emcControlLevel:
integer
Security Level of the role.Example:
0
-
emcModules:
array emcModules
An array of privileges for access to EMC modules by the role
-
enableRVCLevelSecurity:
boolean
A Boolean flag to restrict employees with this role to perform workstation operations only in revenue centers in which they are an operator.Example:
false
-
fields:
array fields
An array of privileges for access to EMC modules by the role
-
flmModules:
array flmModules
An array of privileges for access to FLM modules by the role
-
name(required):
object name
Role Name
-
objectNum(required):
integer
Object Number of the Role.Example:
1
-
operations:
array operations
An array of privileges for access to EMC modules by the role
-
visibility:
array visibility
An array of privileges for access to EMC modules by the role
Nested Schema : actions
Type:
array
An array of privileges for access to EMC modules by the role
Show Source
Nested Schema : dataExtensions
Type:
array
An array of privileges for access to EMC modules by the role
Show Source
Nested Schema : emcModules
Type:
array
An array of privileges for access to EMC modules by the role
Show Source
Nested Schema : fields
Type:
array
An array of privileges for access to EMC modules by the role
Show Source
Nested Schema : flmModules
Type:
array
An array of privileges for access to FLM modules by the role
Show Source
Nested Schema : name
Type:
object
Role Name
Example:
{
"1":"Enterprise",
"2":"Unternehmen",
"3":"Empresa"
}
Nested Schema : operations
Type:
array
An array of privileges for access to EMC modules by the role
Show Source
Nested Schema : visibility
Type:
array
An array of privileges for access to EMC modules by the role
Show Source
Nested Schema : Role_actionsCU
Type:
Show Source
object
-
enable:
boolean
A Boolean flag representing the enablement of the action for the role???s usersExample:
false
-
privilegeNum:
integer
A unique reference of the privilege associated with the actionExample:
3
Nested Schema : Role_dataExtensionsCU
Type:
Show Source
object
-
columnName:
string
Name of the extention fieldExample:
Name of the extention field
-
value:
string
Value of the extention fieldExample:
Value 1
Nested Schema : Role_emcModuleCU
Type:
Show Source
object
-
moduleNum:
integer
The unique reference of the EMC moduleExample:
1
-
privileges:
string
A string value of 0s & 1s of length 11 representing the enablement or disablement of the privileges associated with the EMC module???s access associated with the roleExample:
00000000000
Nested Schema : Role_fieldsCU
Type:
Show Source
object
-
controls:
array controls
An array of controls for each EMC module
-
moduleNum:
integer
Unique reference of the moduleExample:
1
Nested Schema : Role_fields_controlsCU
Type:
Show Source
object
-
controlName:
string
Name of the field controlExample:
Global Access
-
privileges:
string
A string value of 0???s & 1???s representing the enablement or disablement of the privileges associated with the field controlExample:
00000000
Nested Schema : Role_flmModuleCU
Type:
Show Source
object
-
moduleNum:
integer
The unique reference of the FLM moduleExample:
1
-
privileges:
string
A string value of 0s & 1s of length 11 representing the enablement or disablement of the privileges associated with the FLM module???s access associated with the role. Bit positions 1, 2, 3, 4 and 8 represent view, edit, add, delete and addOverride respectively.Example:
11110001000
Nested Schema : Role_operationsCU
Type:
Show Source
object
-
enable:
boolean
A Boolean flag representing the enablement of the operation for the role???s usersExample:
false
-
privilegeNum:
integer
A unique reference of the privilege associated with the operationExample:
3
Nested Schema : Role_visibilityCU
Type:
Show Source
object
-
hierUnitId:
integer
Unique hierarchy unit value.Example:
1
-
propagateToChildren:
integer
A Boolean flag to make the role visible in the selected zones/locations and all children. Deselect to make the role visible only in the selected zone/locationExample:
1
Response
Supported Media Types
- application/json
200 Response
response object
Root Schema : RolesResponse
Type:
Show Source
object
-
objectNum(required):
integer
Object number of the roleExample:
1
400 Response
400 Bad Request
Root Schema : ErrorDetails
Type:
object
Response body when the request returns an error.
Show Source
-
detail(required):
string
A short, human-readable summary of the problem.Example:
Specified Data is invalid
-
errorDetails(required):
string
A human-readable explanation specific to this occurrence of the problem.Example:
Entity Does Not Exist
-
o:errorCode(required):
integer
Error code of the problemExample:
55223
-
status(required):
integer
HTTP status code.Example:
400
-
title(required):
string
A short, human-readable summary of the problem type.Example:
VALIDATION ERROR
-
type(required):
string
A URI reference that identifies the problem type. When this member is not present, its value is assumed to be "about:blank".Example:
http://www.abc.org/xyz.html