Info

Get user information

get

Get user information

Authorizations
Responses
200
OK
application/json
get
GET //api/user/info HTTP/1.1
Host: api.client.nbcgate.tech
Authorization: YOUR_API_KEY
Accept: */*
{
  "avatar": "text",
  "blockchain": true,
  "code": 1,
  "companyName": "text",
  "country": "text",
  "createdDate": "text",
  "defender": true,
  "email": "text",
  "email_confirmed": true,
  "finTFA": true,
  "id": 1,
  "inviteDate": "text",
  "inviteStatus": 1,
  "inviteTtl": 1,
  "language": "text",
  "login": "text",
  "m_pos_available": [
    1
  ],
  "name": "text",
  "phone": "text",
  "primarily": true,
  "proceeds": {
    "ANY_ADDITIONAL_PROPERTY": 1
  },
  "role": [
    {
      "description": "text",
      "id": 1,
      "productID": 1
    }
  ],
  "surname": "text",
  "tfa_enabled": true,
  "tfa_type": 1,
  "time_zone": "text",
  "userStatusId": 1
}

Update user information

put

Update user information

Authorizations
Responses
204
No Content
put
PUT //api/user/info HTTP/1.1
Host: api.client.nbcgate.tech
Authorization: YOUR_API_KEY
Accept: */*

No content