post https://{tenant}.{region}.authaction.com/api/v1/roles
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
400Invalid payload
401Unauthorized
403User not member of tenant
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
400Invalid payload
401Unauthorized
403User not member of tenant
xxxxxxxxxx
curl --request POST \
--url https://your-tenant-name.eu.authaction.com/api/v1/roles \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
11{
"statusCode": 200,
"message": "success",
"data": {
"id": "661e81021da324625c8fdd7b",
"tenant": "661e81021da324625c8fdd7c",
"name": "userrole",
"description": "description about role",
"isDeleted": false
}
}