Skip to main content
GET
Get team users

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_nanoid
string
required

Unique identifier of the team for which to retrieve users.

Required string length: 15
Pattern: ^te-.*

Query Parameters

page
string

1-indexed page number.

offset
string

Row offset (alternative to page).

count
string

Page size, 1-500 (default 100). Pagination only activates when page or offset is set.

Response

Default Response

success
enum<boolean>
required
Available options:
true
data
object
required