List all indirect memberships for a billable group member
GET
/api/v4/groups/{id}/billable_members/{user_id}/indirect
Lists all indirect memberships for a billable member of a group. This operation works on top-level groups only. It does not work on subgroups.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”id
required
string
The ID of a group
user_id
required
integer
The user ID of the member
Query Parameters
Section titled “Query Parameters”page
integer
Current page number
Example
1per_page
integer
Number of items per page
Example
20Responses
Section titled “Responses”OK
Media typeapplication/json
object
id
string
source_id
string
source_full_name
string
source_members_url
string
created_at
string
expires_at
string
access_level
object
string_value
string
integer_value
string
custom_role
string
Examplegenerated
{ "id": "example", "source_id": "example", "source_full_name": "example", "source_members_url": "example", "created_at": "example", "expires_at": "example", "access_level": { "string_value": "example", "integer_value": "example", "custom_role": "example" }}Bad Request
Not Found