Skip to main content
GET
Get Current User Profile

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

Complete profile response.

user
UserProfileDTO · object
required

User profile for /users/me endpoint.

profile_picture_url: server-resolved. If the user has uploaded a custom photo this is a presigned URL for that upload's thumb derivative (256 px); otherwise it's the WorkOS-provided URL.

has_custom_profile_picture: lets the FE show a "Remove photo" affordance only when there's a custom photo to remove.

organization
OrganizationInfoDTO · object | null
required

Organization info for profile.

assignments
AssignmentWithShipDTO · object[]
required