Skip to content

Get user

GET
/users/{email}
curl --request GET \
--url https://api.muninx.com/users/me \
--header 'Authorization: Bearer <token>'

Get a user by email. Use me to get the current user.

email
required
string

User email address. Some endpoints also accept me.

Example
me

OK

Media type application/json
object
name
string
last-name
string
email
string format: email
created-at
string format: date-time
password

Omitted from normal API responses.

string
type
string
Allowed values: admin agent customer
organization
string
status
string
Allowed values: pending active suspended
auto-assign-tickets
boolean
agent-type
string
Allowed values: human ai-assisted ai-autonomous
Example
{
"type": "admin",
"status": "pending",
"agent-type": "human"
}

RFC 9457 problem details

Media type application/problem+json

RFC 9457 problem details.

object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
key
additional properties
any
Example generated
{
"type": "https://example.com",
"title": "example",
"status": 1,
"detail": "example",
"instance": "https://example.com"
}

RFC 9457 problem details

Media type application/problem+json

RFC 9457 problem details.

object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
key
additional properties
any
Example generated
{
"type": "https://example.com",
"title": "example",
"status": 1,
"detail": "example",
"instance": "https://example.com"
}

RFC 9457 problem details

Media type application/problem+json

RFC 9457 problem details.

object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
key
additional properties
any
Example generated
{
"type": "https://example.com",
"title": "example",
"status": 1,
"detail": "example",
"instance": "https://example.com"
}

RFC 9457 problem details

Media type application/problem+json

RFC 9457 problem details.

object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
key
additional properties
any
Example generated
{
"type": "https://example.com",
"title": "example",
"status": 1,
"detail": "example",
"instance": "https://example.com"
}