List group members
GET/group.members
List members in a group with their roles.
Apps may list members if one of the following conditions is true:
- It is a public group in their Roam.
- They are a member of the group.
Required scope: group:read
Every returned userId is a visible principal ID that resolves through
user.info with the same credentials. Use
user.list?ids for ordered bulk hydration.
OpenAPI Spec: chat-v1.json
Request
Responses
- 200
- 400
- 401
- 403
- 500
Members retrieved successfully
Invalid request, e.g. group does not exist.
Unauthorized.
App does not have access to this group.
An internal error occurred, including a group-member ID that cannot resolve as a visible principal. The endpoint does not return a partial page.