OpenAPI 3.1.02026-08-143874115.7 MB
a84d4905fdbb
Members
Retrieve Member
Retrieves a member by ID. Accessible to the account and to the member's own user.
get/members/{id}
Response
member retrieved
Example response
{
"access_level": "admin",
"account_id": "biz_xxxxxxxxxxxxxx",
"created_at": "2026-01-01T12:00:00.000Z",
"id": "mber_xxxxxxxxxxxxxx",
"joined_at": "2026-01-01T12:00:00.000Z",
"last_accessed_at": "2026-01-01T12:00:00.000Z",
"status": "joined",
"user": {
"id": "user_xxxxxxxxxxxxxx",
"name": "Dana Whitfield",
"profile_picture": {
"url": "https://assets-2-rough.whop.com/uploads/image/2026-01-01/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
},
"username": "danawhitfield"
}
}