createRole
post
                    /ccadmin/v1/roles
Create Role. Creates a new role.
                Request
Supported Media Types
                - application/json
Query Parameters
                - 
                        preview(optional): boolean
                        
                        If set to true, creates a role for preview users. Defaults to false.
Root Schema : createRole_request
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            accessRights(optional): 
            array  accessRights
            
            Access rights to assign to role
- 
            description(optional): 
            string
            Description of role
- 
            name: 
            string
            Name of role
- 
            repositoryId(optional): 
            string
            Repository ID of role
Example:
    
    
{
    "name":"Custom Role 1",
    "repositoryId":"customRole1",
    "description":"Custom Role 1",
    "accessRights":[
        {
            "repositoryId":"customAccessRight"
        }
    ]
}Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            repositoryId(optional): 
            string
            Repository ID of access right
Response
Supported Media Types
                - application/json
200 Response
Following model is returned when operation succeeds.
                
                
                    Root Schema : getRole_response
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            accessRights(optional): 
            array  accessRights
            
            Access rights assigned to role
- 
            description(optional): 
            string
            Description of role
- 
            function(optional): 
            string
            Function name for organizationRole
- 
            id(optional): 
            string
            ID of role
- 
            name(optional): 
            string
            Name of role
- 
            relativeTo(optional): 
            object  relativeTo
            
            Related organization for organizationRole
- 
            repositoryId(optional): 
            string
            Repository ID of role
- 
            type(optional): 
            string
            Type of role (role or organizationalRole)
Nested Schema : relativeTo
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectRelated organization for organizationRole
    
    
    
    
        Show Source
        - 
            externalOrganizationId(optional): 
            string
            External organization id
- 
            id(optional): 
            string
            Repository ID of related organization
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            description(optional): 
            string
            Description of access right
- 
            displayName(optional): 
            string
            Display name of access right
- 
            id(optional): 
            string
            ID of access right
- 
            name(optional): 
            string
            Name of access right
- 
            repositoryId(optional): 
            string
            Repository ID of access right
- 
            type(optional): 
            string
            Type of access right
Example Response (application/json)
                    {
    "name":"Custom Role",
    "repositoryId":"customRole",
    "description":"Custom Role",
    "id":"customRole",
    "accessRights":[
        {
            "displayName":"Custom Access Right 1",
            "name":"Custom Access Right 1",
            "repositoryId":"customAccessRight1",
            "description":"Custom Access Right 1",
            "id":"customAccessRight1",
            "type":"generic"
        }
    ],
    "type":"role"
}Default Response
The error response.
The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud:
|Error Code|Description|
|------------------|------------------|
|22047|If input passed is invalid|
                
                
                    Root Schema : errorModel
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
- 
            errorCode(optional): 
            string
            The numerical code identifying the error
- 
            errors(optional): 
            array  errors
            
            An optional list of errors if multiple errors were encountered
- 
            message(optional): 
            string
            The localized message describing the error
- 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
- 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
- 
            status(optional): 
            string
            The HTTP status code
- 
            type(optional): 
            string
            The URI to the HTTP state code definition
Nested Schema : errors
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayAn optional list of errors if multiple errors were encountered
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
- 
            errorCode(optional): 
            string
            The numerical code identifying the error
- 
            message(optional): 
            string
            The localized message describing the error
- 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
- 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
- 
            status(optional): 
            string
            The HTTP status code