Get Current User Profile
Get the current user’s profile.
Returns user info, organization details, and all assignments with ship data. Role is sourced from the JWT (authoritative) rather than the DB. The avatar URL is resolved server-side — custom uploaded photo (if any) wins over the WorkOS-provided URL.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful Response
Complete profile response.
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 info for profile.