Get role-profile contributor relationships
GET {{baseUrl}}/role_profiles
Get role-profile contributor relationships
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
query[limit] | number | Allows for pagination and sorting. | |
query[offset] | number | Allows for pagination and sorting. | |
query[order] | string | Allows for pagination and sorting. | |
role_id | string | The ID of a role for filtering | |
profile_id | string | Profile ID to filter by | |
metadata | boolean | Returns batching metadata in the response |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"role_profiles":[{"id":"aabc48ed-4ecc-92b2-9c18-b09cc31c04dc","uid":"eu officia esseveniam proident i","role_id":"urn:uuid:f3b65423-e3a9-4ebd-e4fc-04083b2451bf","profile_id":"dbb3c46d-7acb-1831-0b10-6d08a67bc648"},{"id":"urn:uuid:3ef9840d-a51e-b31f-5326-9d07381d4f08","uid":"sed pariatur doloreut dofugiat i","role_id":"fe7e980b-8bb3-5662-67fd-955b1145a378","profile_id":"urn:uuid:8178bf87-b670-783d-b576-c5cd3252fa7d"}],"_metadata":{"limit":-23211577,"offset":-15995416,"total":30829016,"next":"/endpoint?limit=10\u0026offset=60","previous":"/endpoint?limit=10\u0026offset=40"}}