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.
typeType (string)필수
Possible values: [user, group, public]
display_nameDisplay Name (string)필수
avatar_url object
하나 이상(anyOf)
- string
- null
string
avatar_config object
하나 이상(anyOf)
- object
- null
object
email object
하나 이상(anyOf)
- string<email>
- null
string<email>
]
next_cursor object
하나 이상(anyOf)
- string
- null
string
SubjectSearchResponse
{
"items": [
{
"id": "string",
"type": "user",
"display_name": "string",
"avatar_url": "string",
"avatar_config": {},
"email": "user@example.com"
}
],
"next_cursor": "string"
}