users

Read Users Me

Get current authenticated user's details from Supabase. Claims are extracted from the verified Clerk JWT.

Note: User must already exist.

get/users/me

Response

Successful Response

idstring uuid required
clerk_idstring required
emailstring email required
first_namestring nullable
last_namestring nullable
phone_numberstring nullable
twilio_phone_numberstring nullable
role'sales_tech' | 'install' | 'noso_sales_admin' nullable
auto_send_enabledboolean
invoice_synthesis_enabledboolean
push_all_inbound_messagesboolean
office_route_enabledboolean
tradesstring[]

Trade types the technician belongs to (e.g. hvac, plumbing)

priorityinteger
is_activeboolean required
created_atstring date-time required
updated_atstring date-time nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.