v1

latestOpenAPI 3.0.12026-07-24192492466.5 KB

Fetch User Details

get/connect/userinfo

Headers

Authorizationstring

Bearer Token

Response

200

substring
emailstring
tenant_idstring
tenantidstring
subdomainstring
user_idstring
user_identifierstring
usernamestring
authentication_typestring

Example response

{
  "sub": "faef7940-0555-4898-b773-19db1931b9e4",
  "email": "perez@simha.in",
  "tenant_id": "11cc420b-d2d1-446a-907a-26096bd8e140",
  "tenantid": "11cc420b-d2d1-446a-907a-26096bd8e140",
  "subdomain": "rmcf.kekastage.com",
  "user_id": "f7babbb1-cb04-474d-bf34-3da038afd8b5",
  "user_identifier": "f7babbb1-cb04-474d-bf34-3da038afd8b5",
  "username": "perez@simha.in",
  "authentication_type": "1"
}