Users
Patch Active User
Authorization scope: user:list
Patch user active
patch/v1/accounts/{account_id}/users/{user_id}/active_user
Path parameters
account_idstring required
user_idstring required
Request body
Response
Successful Response
Example response
{
"user_id": "5f887c764c40e5598f717676",
"user_email": "user@rivey.io",
"user_name": "John Doe",
"environments": {
"5f887c764c40e5598f717676": {
"role": "admin"
}
},
"is_admin": true,
"status": "active",
"created_at": "2026-09-04T08:02:55.096931",
"last_login": "2026-09-04T08:02:55.096931",
"updated_at": "2026-09-04T08:02:55.096931",
"groups": [
"5f887c764c40e5598f717676"
],
"source": "rivery",
"invited_by": "invite@rivey.io",
"onboarding": {
"know_rivery_step": {
"onboarding_river_types": {
"status": true,
"update_time": "2026-09-04T08:02:55.096931"
},
"onboarding_rivery_introduction": {
"status": true,
"update_time": "2026-09-04T08:02:55.096931"
}
},
"data_connections_step": {
"onboarding_add_connection": false
},
"data_pipeline_step": {
"onboarding_create_s2t": false,
"onboarding_view_activities": false
}
},
"allow_login_password": true,
"allow_login_google": true,
"allow_login_sso": true
}Changes
No changes recorded. 1 of the 36 revisions has no diff computed, so it could not be searched.