본문으로 건너뛰기

SubjectSearchResponse

Ranked directory-search results visible to the caller. next_cursor is always null in the current response contract.

items object[]필수
  • Array [
  • idId (string)필수

    "user." | "group." | "public.all"

    typeType (string)필수

    Possible values: [user, group, public]

    display_nameDisplay Name (string)필수
    avatar_url object
    하나 이상(anyOf)
    string
    avatar_config object
    하나 이상(anyOf)
    object
    email object
    하나 이상(anyOf)
    string<email>
  • ]
  • next_cursor object
    하나 이상(anyOf)
    string
    SubjectSearchResponse
    {
    "items": [
    {
    "id": "string",
    "type": "user",
    "display_name": "string",
    "avatar_url": "string",
    "avatar_config": {},
    "email": "user@example.com"
    }
    ],
    "next_cursor": "string"
    }