Skip to main content
PUT
/
role
/
{rid}
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "email": "jsmith@example.com",
  "active": true
}

Path Parameters

rid
string<uuid>
required

Body

application/json
name
string | null
email
string<email> | null
active
boolean | null
password
string | null
operator
boolean | null

Response

Request fulfilled, document follows

id
string<uuid>
required
name
string
required
email
string<email>
required
active
boolean
required