Skip to main content

Update User Activation Status

Updates the SDP user’s activation status. This endpoint is primarily used to move a user into active status when they accept the invite to join an SDP organization account and create a password.

Request Body
  • user_id string
  • is_active boolean
Responses

Created


Schema
  • id string required
  • first_name string required
  • last_name string required
  • email string required
  • roles string[] required
  • is_active boolean required
Loading...