Profile

Get Me

get

Get the current user's profile

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

Successful Response

application/json
get
/v2/me
200

Successful Response

Get My Teammates

get

Get teammates visible to the current user.

Returns teammates from the user's organization, filtered by shared project membership (unless the user is an org admin, in which case all org members are visible). Can be used by a client to map user FIDs to user profiles.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

Successful Response

application/json
get
/v2/me/teammates
200

Successful Response

Last updated