Skip to main content

Create New Role

POST 

/api/1.0/org/:orgId/roles

Create a new Role

Request

Path Parameters

    orgId stringrequired

    The Organization ID (UUID) for which you are querying.

Body

required

    any

Responses

Success.

Schema

    any

curl -L -X POST '/api/1.0/org/:orgId/roles' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d ''
Request Collapse all
Base URL
/api/1.0
Parameters
— pathrequired
Body required

ResponseClear

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