Remove Role
POST/removerole
This API removes role from user.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
username
,
rolename
Request
- application/json
Body
rolename string
username string
Responses
- 200
Remove Role
Response Headers
Date
string
Server
string
Set-Cookie
string
X-Content-Type-Options
string
- application/json
- Schema
- Example (from schema)
- Remove Role
Schema
message string
{
"message": " Tasks created. IDs:: 673977 "
}
{
"message": " Tasks created. IDs:: 673977 "
}
Loading...