Modify Switchable Role
    • PDF

    Modify Switchable Role

    • PDF

    Article summary

    Modify roles that sub accounts can switch to.

    API

    • PUT /switchable-roles

    Requests

    Body

    {
      "roleNrn": "string",
      "displayName": "string",
      "description": "string"
    }
    
    ParametersRequirement statusTypeRestrictionsDescription
    roleNrnYstringNRN of roles to be modified
    displayNameYstringRole display name
    descriptionNstringDescription

    Response

    Parameter nameRequirement statusTypeDescription
    ProcessResultYProcessResultProcessing result
    • Response examples - Success
    {
      "success": true,
      "id": "{role-nrn}"
    }
    
    • Response examples - Failure
    {
      "success": false,
      "id": "{role-nrn}",
      "message":"Reason for failure"
    }
    

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.