POST
/
organizations
/
{organization_id}
/
members
/
{user_id}
/
disable
curl --request POST \
  --url https://api.flare.io/firework/v2/organizations/{organization_id}/members/{user_id}/disable \
  --header 'Authorization: Bearer <token>'
{
  "is_disabled": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization_id
integer
required
user_id
integer
required

Response

200 - application/json
Success
is_disabled
boolean