Skip to main content
GET
Get account by username

Path Parameters

username
string
required

Public handle of the account.

Required string length: 3 - 32
Pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$

Response

Public view of an account, returned when looking up someone other than the authenticated caller. Carries only the fields safe to share with a workspace peer; private details (email, account flags) are omitted and remain available solely through the caller's own /account/ view.

Public view of an account, returned when looking up someone other than the authenticated caller. Carries only the fields safe to share with a workspace peer; private details (email, account flags) are omitted and remain available solely through the caller's own /account/ view.

createdAt
string<date-time>
required

Timestamp when the account was created.

username
string
required

Public handle of the account.

Required string length: 3 - 32
Pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$
avatarUrl
string

Serve path of the account's avatar, when set.

displayName
string

Display name of the account holder, when set.