Skip to main content
PATCH
Update multiple user statuses

Authorizations

Authorization
string
header
required

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

Body

application/json
userIds
string<uuid>[]
required

Array of user IDs to update

Example:
status
enum<string>
required

Status to set for all users

Available options:
ACTIVE,
INACTIVE,
INVITED,
DELETED

Response

200 - application/json

Users status updated successfully

statusCode
number
required

HTTP Status code

Example:

200

timestamp
string
required

Timestamp of the response

Example:

"2026-01-12T09:10:12.337Z"

message
string
required

Response message

Example:

"Success"

data
object
required

Response data