users

List users

get/users/

Query parameters

is_superuserboolean

Filter by superuser status.

namestring

Filter by Username.

pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

resource__ansible_idstring

Filter by resource ansible ID.

usernamestring

Response

Return a list of users.

countinteger
nextstring uri nullable
previousstring uri nullable
page_sizeinteger nullable
pageinteger nullable

Example response

{
  "count": 123,
  "next": "/eda/api/v1/example/?page=51&page_size=100",
  "previous": "/eda/api/v1/example/?page=49&page_size=100",
  "page_size": 100,
  "page": 50
}

Changes

Changed in 7 of the 8 revisions of this API.3413

    • added the new optional query request parameter is_superuser

      new-optional-request-parameter

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

    • added the new optional query request parameter resource__ansible_id

      new-optional-request-parameter

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

  • cbf68ddd976013See the full diff
    • removed the required property results/items/roles from the response with the 200 status

      response-required-property-removed

    • the endpoint scheme security EDAJWTAuthentication was added to the API

      api-security-added

    • the endpoint scheme security jwtAuth was added to the API

      api-security-added

    • added the required property results/items/resource to the response with the 200 status

      response-required-property-added

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

    • added the new optional query request parameter name

      new-optional-request-parameter

    • added the new optional query request parameter username

      new-optional-request-parameter

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

    • the endpoint scheme security cookieAuth was added to the API

      api-security-added

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

    • the endpoint scheme security cookieAuth was removed from the API

      api-security-removed

    • added the required property results/items/is_superuser to the response with the 200 status

      response-required-property-added

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

  • 62d33b790834243See the full diff
    • removed the required property results/items/is_superuser from the response with the 200 status

      response-required-property-removed

    • removed the required property results/items/resource from the response with the 200 status

      response-required-property-removed

    • deleted the query request parameter is_superuser

      request-parameter-removed

    • deleted the query request parameter name

      request-parameter-removed

    • deleted the query request parameter resource__ansible_id

      request-parameter-removed

    • deleted the query request parameter username

      request-parameter-removed

    • the endpoint scheme security EDAJWTAuthentication was removed from the API

      api-security-removed

    • the endpoint scheme security jwtAuth was removed from the API

      api-security-removed

    • added the required property results/items/roles to the response with the 200 status

      response-required-property-added

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