---
title: "Get a team member"
method: GET
path: "/api/v4/teams/{team_id}/members/{user_id}"
tags: ["teams"]
---

# Get a team member

`GET /api/v4/teams/{team_id}/members/{user_id}`

Get a team member on the system.
##### Permissions
Must be authenticated and have the `view_team` permission.

## Path parameters

- `team_id` string, required
- `user_id` string, required

## Response `200`

Team member retrieval successful

- 38cb7293TeamMember
  - `team_id` string — The ID of the team this member belongs to.
  - `user_id` string — The ID of the user this member relates to.
  - `roles` string — The complete list of roles assigned to this team member, as a space-separated list of role names, including any roles granted implicitly through permissions schemes.
  - `delete_at` integer — The time in milliseconds that this team member was deleted.
  - `scheme_user` boolean — Whether this team member holds the default user role defined by the team's permissions scheme.
  - `scheme_admin` boolean — Whether this team member holds the default admin role defined by the team's permissions scheme.
  - `explicit_roles` string — The list of roles explicitly assigned to this team member, as a space separated list of role names. This list does *not* include any roles granted implicitly through permissions schemes.

## Other responses

- `400` — Invalid or missing parameters in URL or request body
- `401` — No access token provided
- `403` — Do not have appropriate permissions
- `404` — Resource not found

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/158a854b0c7d/schema)
