Skip to main content
PUT
Bulk-set the status of multiple users

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Body

application/json
ids
string[]
required

User ids to update (max 500).

Maximum array length: 500
status
enum<string>
required
Available options:
active,
inactive

Response

Bulk update applied

success
boolean
status
enum<string>
Available options:
active,
inactive
updated
integer
skipped
object[]