GET
/
api
/
users
/
{login}
{
  "id": 123,
  "login": "<string>",
  "firstName": "<string>",
  "lastName": "<string>",
  "email": "<string>",
  "imageUrl": "<string>",
  "activated": true,
  "langKey": "<string>",
  "createdBy": "<string>",
  "createdDate": "2023-11-07T05:31:56Z",
  "lastModifiedBy": "<string>",
  "lastModifiedDate": "2023-11-07T05:31:56Z",
  "authorities": [
    "<string>"
  ],
  "tfaSecret": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Utm-Internal-Key
string
header
required

Path Parameters

login
string
required

Response

200 - */*
OK
login
string
required
Required string length: 1 - 50
id
integer
firstName
string
Maximum length: 50
lastName
string
Maximum length: 50
email
string
Required string length: 5 - 254
imageUrl
string
Maximum length: 256
activated
boolean
langKey
string
Required string length: 2 - 6
createdBy
string
createdDate
string
lastModifiedBy
string
lastModifiedDate
string
authorities
string[]
tfaSecret
string