Get a single network member
GET/v1/networks/:networkId/members/:userId
Returns one member of the network by user id. Requires at least read-only access. Pass ?expand=user to inline the member's user profile. Responds with 404 if the user is not a member of this network.
Request
Responses
- 200
- 401
- 403
- 404
Get a single network member
Missing or invalid API key
The API key is not authorized for this resource
Member not found