---
title: "Get organization member by email"
method: GET
path: "/api/v1/org/users/email/{email}"
tags: ["Organizations"]
deprecated: true
---

# Get organization member by email

`GET /api/v1/org/users/email/{email}`

> **Deprecated.**

Get the member profile for a user in the current user's organization by email

## Path parameters

- `email` string, required

## Response `200`

Ok

- ApiOrganizationMemberProfile
  - `results` OrganizationMemberProfile, required — Profile for a user's membership in an organization
    - `avatarGradient` union, required
      - 'lilac' | 'blush' | 'amethyst' | 'sunrise' | 'slate' | 'pearl'
      - string
      - string
      - string
    - `avatarUrl` string, nullable, required — Content-addressed path to the uploaded avatar image; null when none uploaded
    - `isPending` boolean — Whether the user doesn't have an authentication method (password or openId)
    - `isInviteExpired` boolean — Whether the user's invite to the organization has expired
    - `isActive` boolean, required — Whether the user can login
    - `roleUuid` string
    - `role` 'member' | 'viewer' | 'interactive_viewer' | 'editor' | 'developer' | 'admin', required
    - `organizationUuid` string, required — Unique identifier for the organization the user is a member of
    - `email` string, required
    - `lastName` string, required
    - `firstName` string, required
    - `userUpdatedAt` string, date-time, required
    - `userCreatedAt` string, date-time, required
    - `userUuid` string, uuid, required — Unique identifier for the user
  - `status` 'ok', required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lightdash/apis/lightdash-api.md) · [All operations](https://skmtc.net/lightdash/apis/lightdash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightdash/lightdash-api/versions/40c933755c9a/schema)
