Fetches a member

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
number
required

Team ID

Query Params
number
required

Member ID

Responses
200

Success

Example Response

mosaic_id is the Member ID in this case


{
  member: {
    created_at: "2023-04-11T16:26:27.721-04:00",
    email: "[email protected]",
    employment_type: "Member",
    first_name: "John",
    is_archived: false,
    last_name: "Doe",
    mosaic_id: 12345,
    mosaic_team_id: 11111,
    updated_at: "2023-04-17T03:01:27.647-04:00",
  }
}
401

Invalid Authentication Key and/or Team ID

404

Unable to find Member

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here!