# Get

Launch stage: Beta

`GET /api/2.0/identity/accounts/{account_id}/groups/{group_id}/direct-members/{principal_id}`

Gets a provisioned direct member of a group.

API scopes: identity

## Path parameters

- `account_id` (string, optional)
  Required. The account ID for which the group membership is being fetched.
- `group_id` (int64, optional)
  Required. Internal ID of the group in <Databricks>.
- `principal_id` (int64, optional)
  Required. Internal ID of the principal belonging to the group in <Databricks>.

## Returns

Returns the DirectGroupMember object.

## Response

```json
{
  "principal_id": 0,
  "principal_type": "string",
  "membership_source": "string",
  "display_name": "string",
  "external_id": "string",
  "group_id": 0
}
```

