Skip to content
BleemeoBleemeo

Retrieve a user

GET
/v1/auth/users/{id}/
curl --request GET \
--url https://example.com/v1/auth/users/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/ \
--header 'Authorization: Bearer <token>'
id
required
string format: uuid

A UUID string identifying this user.

Media typeapplication/json
object
email
required
Email address
string format: email
<= 254 characters
id
required
string format: uuid
username
required

Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.

string
Examplegenerated
{
"email": "hello@example.com"
}