User Management

Create new user

post/api/v1alpha/users/{username}/create

Path parameters

usernamestring required

Request body

login_idstring required

Login identifier for the new user

system_rolesstring[] required

List of system roles to assign to the new user

is_service_accountboolean required

Whether this is a service account

hail_identitystring nullable

Optional Hail identity

hail_credentials_secret_namestring nullable

Optional credentials secret name

Response

User created successfully

Changes

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

    • 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

    • added the new required request property system_roles

      new-required-request-property

    • removed the request property is_developer

      request-property-removed

  • 187d5f64b75911See the full diff
    • added the new required request property is_developer

      new-required-request-property

    • removed the request property system_roles

      request-property-removed