Skip to main content
GET
/
v1
/
apps
/
{app_id}
/
users
List app users
curl --request GET \
  --url https://api.mixpeek.com/v1/apps/{app_id}/users \
  --header 'Authorization: Bearer <token>'
{
  "users": [
    {
      "user_id": "<string>",
      "membership_id": "<string>",
      "role": "<string>",
      "email": "<string>",
      "name": "<string>",
      "avatar_url": "<string>",
      "joined_at": "<string>"
    }
  ],
  "total": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

app_id
string
required

App ID

Response

Successful Response

users
AppUserResponse · object[]
required
total
integer
required