Authentication

Get current user information

get/api/v1alpha/userinfo

Response

User information 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 2 of the 5 revisions of this API.22

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

      response-optional-property-removed

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

      response-optional-property-added

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

      response-optional-property-removed

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

      response-optional-property-added