Users
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
GET | |
POST | |
DELETE | |
GET | |
PATCH | |
DELETE | |
POST | |
GET |
List all users
Required API key scopes
user:readQuery parameters
- emailstring
- is_staffboolean
- limitinteger
- offsetinteger
Response
Example request
GET /api/users Example response
Status 200
List all users
Required API key scopes
user:readQuery parameters
- emailstring
- is_staffboolean
- limitinteger
- offsetinteger
Response
Example request
GET /api/users Example response
Status 200
Retrieve users signal autonomy
Per-user signal autonomy config (singleton keyed by user).
GET /api/users/<id>/signal_autonomy/ → current config (or 404) POST /api/users/<id>/signal_autonomy/ → create or update DELETE /api/users/<id>/signal_autonomy/ → remove (opt out)
Required API key scopes
user:writePath parameters
- user_idstring
Response
Example request
GET /api/users/:user_id/signal_autonomy Example response
Status 200
Retrieve users signal autonomy
Per-user signal autonomy config (singleton keyed by user).
GET /api/users/<id>/signal_autonomy/ → current config (or 404) POST /api/users/<id>/signal_autonomy/ → create or update DELETE /api/users/<id>/signal_autonomy/ → remove (opt out)
Required API key scopes
user:writePath parameters
- user_idstring
Response
Example request
GET /api/users/:user_id/signal_autonomy Example response
Status 200
Create users signal autonomy
Per-user signal autonomy config (singleton keyed by user).
GET /api/users/<id>/signal_autonomy/ → current config (or 404) POST /api/users/<id>/signal_autonomy/ → create or update DELETE /api/users/<id>/signal_autonomy/ → remove (opt out)
Required API key scopes
user:writePath parameters
- user_idstring
Request parameters
- autostart_priority
- slack_notification_channelstringnull
- slack_notification_min_priority
Response
Example request
POST /api/users/:user_id/signal_autonomy Example response
Status 200
Create users signal autonomy
Per-user signal autonomy config (singleton keyed by user).
GET /api/users/<id>/signal_autonomy/ → current config (or 404) POST /api/users/<id>/signal_autonomy/ → create or update DELETE /api/users/<id>/signal_autonomy/ → remove (opt out)
Required API key scopes
user:writePath parameters
- user_idstring
Request parameters
- autostart_priority
- slack_notification_channelstringnull
- slack_notification_min_priority
Response
Example request
POST /api/users/:user_id/signal_autonomy Example response
Status 200
Delete users signal autonomy
Per-user signal autonomy config (singleton keyed by user).
GET /api/users/<id>/signal_autonomy/ → current config (or 404) POST /api/users/<id>/signal_autonomy/ → create or update DELETE /api/users/<id>/signal_autonomy/ → remove (opt out)
Required API key scopes
user:writePath parameters
- user_idstring
Example request
DELETE /api/users/:user_id/signal_autonomy Example response
Status 204 No response body
Delete users signal autonomy
Per-user signal autonomy config (singleton keyed by user).
GET /api/users/<id>/signal_autonomy/ → current config (or 404) POST /api/users/<id>/signal_autonomy/ → create or update DELETE /api/users/<id>/signal_autonomy/ → remove (opt out)
Required API key scopes
user:writePath parameters
- user_idstring
Example request
DELETE /api/users/:user_id/signal_autonomy Example response
Status 204 No response body
Retrieve users
Retrieve a user's profile and settings. Pass @me as the UUID to fetch the authenticated user; non-staff callers may only access their own account.
Required API key scopes
user:readPath parameters
- uuidstring
Response
Example request
GET /api/users/:uuid Example response
Status 200
Retrieve users
Retrieve a user's profile and settings. Pass @me as the UUID to fetch the authenticated user; non-staff callers may only access their own account.
Required API key scopes
user:readPath parameters
- uuidstring
Response
Example request
GET /api/users/:uuid Example response
Status 200
Update users
Update one or more of the authenticated user's profile fields or settings.
Required API key scopes
user:writePath parameters
- uuidstring
Request parameters
- first_namestring
- last_namestring
- emailstring
- notification_settingsobject
- anonymize_databooleannull
- allow_impersonationbooleannull
- toolbar_mode
- is_staffboolean
- set_current_organizationstring
- set_current_teamstring
- passwordstring
- current_passwordstring
- events_column_config
- has_seen_product_intro_for
- theme_mode
- hedgehog_config
- allow_sidebar_suggestionsbooleannull
- shortcut_position
- role_at_organization
- passkeys_enabled_for_2fabooleannull
- hide_mcp_hintsboolean
- ui_configuration
Response
Example request
PATCH /api/users/:uuid Example response
Status 200
Update users
Update one or more of the authenticated user's profile fields or settings.
Required API key scopes
user:writePath parameters
- uuidstring
Request parameters
- first_namestring
- last_namestring
- emailstring
- notification_settingsobject
- anonymize_databooleannull
- allow_impersonationbooleannull
- toolbar_mode
- is_staffboolean
- set_current_organizationstring
- set_current_teamstring
- passwordstring
- current_passwordstring
- events_column_config
- has_seen_product_intro_for
- theme_mode
- hedgehog_config
- allow_sidebar_suggestionsbooleannull
- shortcut_position
- role_at_organization
- passkeys_enabled_for_2fabooleannull
- hide_mcp_hintsboolean
- ui_configuration
Response
Example request
PATCH /api/users/:uuid