Add Roles

post

/config/sim/v1/roles

Add the role to the specified organization.

Request

Supported Media Types
Header Parameters
Body ()
Roles Resource Object
Root Schema : RolesResourceObject
Type: object
Model for Roles Object
Show Source
Nested Schema : actions
Type: array
An array of privileges for access to EMC modules by the role
Show Source
Nested Schema : dataExtentions
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 : name
Type: object
A group of strings representing the name of the role
Example:
{
    "en-US":"Routing Group",
    "de-DE":"Routing-Gruppe"
}
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_actions
Type: object
Show Source
Nested Schema : Role_dataExtentions
Type: object
Show Source
Nested Schema : Role_emcModule
Type: object
Show Source
Nested Schema : Role_emcModule_privilegesExt
Type: object
An object containing the descriptive options list associated with the EMC module???s access associated with the role
Show Source
Nested Schema : Role_fields
Type: object
Show Source
Nested Schema : controls
Type: array
An array of controls for each EMC module
Show Source
Nested Schema : Role_fields_controls
Type: object
Show Source
Nested Schema : Role_controls_privilegesExt
Type: object
An object containing the descriptive options list associated with the EMC module???s access associated with the role
Show Source
Nested Schema : Role_operations
Type: object
Show Source
Nested Schema : Role_visibility
Type: object
Show Source
Nested Schema : TranslatedString_HierUnitName
Type: object
Additional Properties Allowed
Show Source
A group of string objects representing the name of the hierarchy unit configured languages
Example:
{
    "en-US":"Enterprise",
    "es-SS":"Empresa",
    "lt=LT":"??mon??"
}
Back to Top

Response

Supported Media Types

200 Response

response object
Body ()
Root Schema : RolesResponse
Type: object
Show Source

400 Response

400 Bad Request
Body ()
Root Schema : ErrorDetails
Type: object
Response body when the request returns an error.
Show Source
Back to Top