GET
Get a user

Authorizations

Authorization
string
header
required

Agent Token (rly_live_…), shown once at agent creation.

Path Parameters

user_id
string
required

The sender.id from a message.received event.

Response

The resolved user profile.

user
object
required

A human participant your agent shares a conversation with. name is canonical; first_name/last_name are a convenience split of name on the first space (a two-word given name puts its tail in last_name), so greet with them but store name if you need the exact value.