Manage Role User Assignment objects in the 'user_assignments' relationship of this particular Role Definition.
Starting from the detail URL:
GET /:id/user_assignments/ to show role user assignments currently in the relationship
Path parameters
A unique integer value identifying this assignment.
Query parameters
A page number within the paginated result set.
Number of results to return per page.
A search term.
Response
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 4 of the 8 revisions of this API.414
- ▲
for the
pathrequest parameterid, the type/format was changed fromstring/tointeger/request-parameter-type-changed
- ▲
the response property
results/items/object_ansible_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
results/items/user_ansible_idbecame nullable for the status200response-property-became-nullable
- ●
added the new
eda.eventstreamenum value to theresults/items/content_type/allOf[ContentTypeEnum]/response property for the response status200response-property-enum-value-added
- ○
removed the pattern
^[0-9]+$from thepathrequest parameteridrequest-parameter-pattern-removed
- ○
removed the
eda.credentialtypeenum value from theresults/items/content_type/allOf[ContentTypeEnum]/response property for the response status200response-property-enum-value-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
removed the
eda.extravarenum value from theresults/items/content_type/allOf[ContentTypeEnum]/response property for the response status200response-property-enum-value-removed
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
This revision also has 24 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲