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
1 per_page
integer
Number of items per page
Example
20Responses
Section titled “ Responses ”OK
Media type application/json
object
id
string
source_id
string
source_full_name
string
source_members_url
string
created_at
string
expires_at
string
access_level
string
Example generated
{ "id": "example", "source_id": "example", "source_full_name": "example", "source_members_url": "example", "created_at": "example", "expires_at": "example", "access_level": "example"}Bad Request
Not Found