Skip to main content
PATCH
Update Member Status
Activate or deactivate a team member. Only business owners can update member status.

Example Request

Example Response

The business owner’s status cannot be changed, and pending invites cannot be activated or deactivated. Only active and inactive members can have their status updated.

Authorizations

X-API-Key
string
header
required

Your Rolla API key

Path Parameters

userId
string<uuid>
required

User UUID of the team member

Body

application/json
status
enum<string>
required

New status for the team member

Available options:
active,
inactive

Response

Member status updated successfully

success
boolean
Example:

true

message
string
Example:

"Member status updated successfully"