Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

Get member details

GET/v1/organizations/{organizationId}/members/{userId}

Returns a single organization member details.

Authorizations

Path parameters

  • organizationIdstringrequired

    ID of the organization the member is part of.

    format: uuid
  • userIdstringrequired

    ID of the requested user.

    format: uuid

Response

JSON

200

Successful response

JSON
  • statusoptionalnumber

    HTTP status code.

    Example: 200
  • requestIdoptionalstring

    Unique id assigned to every request. UUIDv4

    format: uuid
  • resultoptionalobject
    6 properties
    • userIdoptionalstring

      Unique user ID. If a user is a member in multiple organizations this ID will stay the same.

    • nameoptionalstring

      Name of the member as set a personal user profile.

    • emailoptionalstring

      Email of the member as set in personal user profile.

      format: email
    • roledeprecatedadminordeveloper

      DEPRECATED. Use assignedRoles instead. Role of the member in the organization. For organizations that have migrated to custom roles, this field is frozen at the pre-migration value and does not reflect current role assignments.

    • joinedAtoptionalstring

      Timestamp the member joined the organization. ISO-8601.

      format: date-time
    • assignedRolesoptionalarray ofobject

      Custom roles and System roles assigned to this member

      3 properties
      • roleIdoptionalstring

        Unique identifier of the role

        format: uuid
      • roleNameoptionalstring

        Human-readable name of the role

      • roleTypeoptionalsystemorcustom

        Type of role: system (predefined) or custom (organization-defined)

Navigation