Get Roles

post

/config/sim/v1/getRoles

Gets all the roles

Request

Supported Media Types
Header Parameters
Body ()
Roles Get Request Body
Root Schema : RolesGetRequestBody
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

A collection of Report Groups objects of the organization
Body ()
Root Schema : RolesGetResponse
Type: object
Show Source
Nested Schema : items
Type: array
Array of role objects of the organization.
Show Source
Nested 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??"
}

400 Response

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

404 Response

404 Requested resource not found
Back to Top