role_definitions

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

get/role_definitions/{id}/user_assignments/

Path parameters

idinteger required

A unique integer value identifying this assignment.

Query parameters

pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

searchstring

A search term.

Response

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 4 of the 8 revisions of this API.414

  • c04fc5f09692312See the full diff
    • for the path request parameter id, the type/format was changed from string/ to integer/

      request-parameter-type-changed

    • the response property results/items/object_ansible_id became nullable for the status 200

      response-property-became-nullable

    • the response property results/items/user_ansible_id became nullable for the status 200

      response-property-became-nullable

    • added the new eda.eventstream enum value to the results/items/content_type/allOf[ContentTypeEnum]/ response property for the response status 200

      response-property-enum-value-added

    • removed the pattern ^[0-9]+$ from the path request parameter id

      request-parameter-pattern-removed

    • removed the eda.credentialtype enum value from the results/items/content_type/allOf[ContentTypeEnum]/ response property for the response status 200

      response-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.extravar enum value from the results/items/content_type/allOf[ContentTypeEnum]/ response property for the response status 200

      response-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