List users
Query parameters
Filter by superuser status.
Filter by Username.
A page number within the paginated result set.
Number of results to return per page.
Filter by resource ansible ID.
Response
Return a list of users.
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
queryrequest parameteris_superusernew-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
queryrequest parameterresource__ansible_idnew-optional-request-parameter
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
removed the required property
results/items/rolesfrom the response with the200statusresponse-required-property-removed
- ○
the endpoint scheme security
EDAJWTAuthenticationwas added to the APIapi-security-added
- ○
the endpoint scheme security
jwtAuthwas added to the APIapi-security-added
- ○
added the required property
results/items/resourceto the response with the200statusresponse-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
queryrequest parameternamenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterusernamenew-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
cookieAuthwas added to the APIapi-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
cookieAuthwas removed from the APIapi-security-removed
- ○
added the required property
results/items/is_superuserto the response with the200statusresponse-required-property-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
removed the required property
results/items/is_superuserfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
results/items/resourcefrom the response with the200statusresponse-required-property-removed
- ●
deleted the
queryrequest parameteris_superuserrequest-parameter-removed
- ●
deleted the
queryrequest parameternamerequest-parameter-removed
- ●
deleted the
queryrequest parameterresource__ansible_idrequest-parameter-removed
- ●
deleted the
queryrequest parameterusernamerequest-parameter-removed
- ○
the endpoint scheme security
EDAJWTAuthenticationwas removed from the APIapi-security-removed
- ○
the endpoint scheme security
jwtAuthwas removed from the APIapi-security-removed
- ○
added the required property
results/items/rolesto the response with the200statusresponse-required-property-added
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲