GamebeastDocs
Dashboard
Server APICohorts

Get the user membership for a cohort

GET
/application/{applicationId}/analytics/v1/cohorts/{cohortId}/membership

Authorization

personalAccessTokenAuth
AuthorizationBearer <token>

Personal access token (prefixed gb_pat_). Acts on behalf of its owner and can never exceed the owner's own permissions. Send it as Authorization: Bearer <token>.

In: header

Path Parameters

applicationId*number

Gamebeast project ID

cohortId*number

Query Parameters

userIds*array<string>
Items1 <= items <= 250

Header Parameters

environment_id*number

Gamebeast environment ID

Response Body

curl -X GET "https://example.com/application/0/analytics/v1/cohorts/0/membership?userIds=string" \  -H "environment_id: 0"
Empty