Get member
GET/spaces/:space_id/members/:member_id
Fetches detailed information about a single member within a space. The endpoint returns the member’s identifier, name, icon, identity, global name, status and role. The member_id path parameter can be provided as either the member's ID (starting with _participant
) or the member's identity. This is useful for user profile pages, permission management, and displaying member-specific information in collaborative environments.
Request
Responses
- 200
- 401
- 404
- 500
The member details
Unauthorized
Member not found
Internal server error