Skip to main content

CreateNewRoleResponse

Response payload after creating a new role

data object[]
  • Array [
  • labelstring
    idstring
  • ]
  • roleNamestring

    Name of the newly created role.

    Possible values: [new-user-role]

    roleDescriptionstring

    Description of the newly created role.

    Possible values: [role created for the new user]

    CreateNewRoleResponse
    {
    "data": [
    {
    "label": "string",
    "id": "string"
    }
    ],
    "roleName": "new-user-role",
    "roleDescription": "role created for the new user"
    }