Skip to main content
GET
List embed users mentionable in a dashboard comment
Returns one page of the caller’s fellow embed users, for a mention autocomplete, ordered by username. Scoped to the caller’s own embed tenant and to embed users only — console users of the host tenant are never returned. Pass search to filter by username or email. email may be null: username is the only identity field an embed user is guaranteed to have.

Authorizations

Authorization
string
header
required

Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.

Path Parameters

publicId
string
required

Query Parameters

search
string | null
Maximum string length: 255
after
string
first
integer
Required range: x >= 1

Response

200 - application/json
items
object[]
required
pageInfo
object
required