v1
latestOpenAPI 3.0.02026-08-0645062.8 KBUpdate user state
Update the state of a user based on the provided user ID and state.
post/user-update-state
Request body
Example request
{
"userId": "user-123",
"state": "Active"
}Response
User state updated successfully
Example response
{
"message": "User state updated successfully"
}