Skip to main content

Create Role

POST 

https://api.loginradius.com/v2/manage/roles

This API is used to create a new tenant role.

Request

Responses

OK: The request was successful.

Authorization: X-LoginRadius-APIKey

name: X-LoginRadius-APIKeytype: apiKeyin: headerdescription: Tenant api key for authentication
name: X-LoginRadius-APISecrettype: apiKeyin: headerdescription: Tenant api secret for authentication
Request Collapse all
Base URL
https://api.loginradius.com/v2/manage
Auth
Body required
{
  "Name": "Admin",
  "Description": "Admin role",
  "Permissions": [
    "perm_23hi32n",
    "perm_238snu2"
  ]
}
ResponseClear

Click the Send API Request button above and see the response here!