Fetches all members

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

Team ID

Query Params
boolean

Include archived members in the response; By default, false

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",
      work_groups: [6],
      regions: [...],
      offices: [...],
      office_ids: [...],
      locations: [...]
      }
    ]
}
401

Invalid Authentication Key and/or Team ID

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