Skip to main content
PUT
Activate or Deactivate a user

Authorizations

Authorization
string
header
required

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

Path Parameters

userEmail
string
required

The user’s email

Body

application/json
status
enum<string>
Available options:
ACTIVE,
INACTIVE

Response

Ok

status
enum<string>
Available options:
ACTIVE,
INACTIVE