Fetches member roles

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

Team ID

Query Params
boolean

Set true to include the archived records

boolean

Set true to fetch only the active roles

number

Member ID

number

Role ID

Responses
200

Success

Example Response

mosaic_id is the Member Role ID in this case


{
  team_positions: [
    {
      created_at: "2023-04-11T16:26:28.228-04:00",
      end_date: null,
      member_id: 111111,
      mosaic_id: 2222,
      mosaic_team_id: 12345,
      role_id: 45678,
      start_date: "1900-01-01",
      team_membership_id: 112233,
      updated_at: "2023-04-16T03:10:17.669-04:00",
    }
  ]
}
401

Invalid Authentication Key and/or Team ID

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