---
title: "Retrieves a user in a group."
method: GET
path: "/organization/groups/{group_id}/users/{user_id}"
tags: ["Group users"]
---

# Retrieves a user in a group.

`GET /organization/groups/{group_id}/users/{user_id}`

## Path parameters

- `group_id` string, required
- `user_id` string, required

## Response `200`

User retrieved from the group successfully.

- GroupMemberUser — Details about a user returned from an organization group membership lookup.
  - `id` string, required — Identifier for the user.
  - `name` string, required — Display name of the user.
  - `email` string, nullable, required — Email address of the user, or `null` for users without an email.
  - `picture` string, nullable, required — URL of the user's profile picture, if available.
  - `is_service_account` boolean, nullable, required — Whether the user is a service account.
  - `user_type` 'user' | 'tenant_user', required — The type of user.

## Other responses

- `429` — The request was rejected because a rate limit was exceeded.

---

[API](https://skmtc.net/openai/apis/openapi.md) · [All operations](https://skmtc.net/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openai/openapi/revisions/0b6aa15de4b9/schema)
