GET
/
users
/
{id}
{
  "attributes": {
    "email": "<string>",
    "name": "<string>"
  },
  "id": "<string>",
  "type": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

id
integer
required

User ID

Response

OK

User response model

attributes
object
id
string
type
string