Skip to main content

Update User Activation Status

PATCH 

/users/activation

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 stringrequired
    first_name stringrequired
    last_name stringrequired
    email stringrequired
    roles string[]required
    is_active booleanrequired
Loading...