Users

Get user's enabled beta features

Retrieve all beta features that the current user has access to.

Beta features are experimental functionality that users can opt into. Only features where the user has been granted access or has opted in are returned.

Authentication Required: Yes

Returns: List of beta features available to the user

get/users/beta_features

Query parameters

idstring

id

id__instring

id__in

organizationstring

organization

organization__instring

organization__in

referring_userstring

referring_user

referring_user__instring

referring_user__in

current_sign_in_at__gtstring

current_sign_in_at__gt

current_sign_in_at__ltstring

current_sign_in_at__lt

current_sign_in_at__ltestring

current_sign_in_at__lte

current_sign_in_at__gtestring

current_sign_in_at__gte

searchstring

search

lineagestring

lineage

rolesstring

roles

rolestring

role

has_teamstring

has_team

no_team_incidentstring

no_team_incident

sort'created_at' | '-created_at' | 'updated_at' | '-updated_at'

Ordering

recent_phone_usersstring

recent_phone_users

team_idsstring

team_ids

equipmentstring

equipment

limitinteger

Number of results to return per page.

offsetinteger

The initial index from which to return the results.

Response

OK

idinteger
namestring nullable

Database-friendly name of the feature or module.

descriptionstring nullable

Human-readable description of the feature or module.

opt_inboolean nullable

Indicates whether users can opt-in to the beta feature.

Changes