Get a member with their access groups

Returns a single member by their UUID, including their full profile and the list of access groups they belong to.

Unlike listMembers, this endpoint includes an accessGroups array with each group's ID and name. Use this when you need to check which groups a member belongs to.

The response includes: id, email, displayName, status (active/blocked), verified flag, paid flag, timestamps (registeredAt, lastLoginAt, createdAt, updatedAt), and accessGroups array.

GET /api/v1/members/{memberId}
Bearer token

Path parameters

· 1
memberId string · uuid required

UUID of the member. Get member IDs from listMembers or createMember responses.

Responses