Skip to main content
POST
/
api
/
v2
/
users
/
{userId}
/
active
UpdateUserOrganizationActive
curl --request POST \
  --url https://your-sift-api-url.com/api/v2/users/{userId}/active \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "organizationId": "<string>",
  "active": true
}'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

userId
string
required

Body

application/json
organizationId
string
active
boolean

Response

A successful response.

The response is of type object.