curl --request POST \
--url https://api.siftstack.com/api/v2/users/{userId}/active \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"organizationId": "<string>",
"active": true
}
'{}Used to toggle a user’s active status within their organization.
curl --request POST \
--url https://api.siftstack.com/api/v2/users/{userId}/active \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"organizationId": "<string>",
"active": true
}
'{}Was this page helpful?