User Management

List all users

get/api/v1alpha/users

Response

List of users retrieved successfully

idinteger

User's unique identifier

usernamestring

User's username

login_idstring

User's login identifier

state'creating' | 'active' | 'deleting' | 'deleted'

Current state of the user account

system_permissionsobject

Map of system permission names to whether the user has that permission

is_service_accountboolean

Whether this is a service account

hail_identitystring nullable

User's Hail identity

Changes

Changed in 3 of the 5 revisions of this API.23

    • the endpoint scheme security developerAuth was removed from the API

      api-security-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed the optional property items/is_developer from the response with the 200 status

      response-optional-property-removed

    • added the optional property items/system_permissions to the response with the 200 status

      response-optional-property-added

  • 187d5f64b75911See the full diff
    • removed the optional property items/system_permissions from the response with the 200 status

      response-optional-property-removed

    • added the optional property items/is_developer to the response with the 200 status

      response-optional-property-added