GET
/
profile
Error
A valid request URL is required to generate request examples
{
  "email": "<string>",
  "email_verified": "<string>",
  "zoneinfo": "Europe/Berlin",
  "locale": "de-DE",
  "name": "<string>",
  "given_name": "<string>",
  "family_name": "<string>",
  "language": "de",
  "camp_notice_period": "20"
}

Authorizations

Authorization
string
header
required

Copy your Cognito JWT Token below: 'Bearer <JWT>'

Response

Success

email
string

user email address (same as username)

email_verified
string

True or False string value to tell if user is verified

zoneinfo
string
default:Europe/Berlin

String from zoneinfo [zoneinfo] time zone database representing the End-User's time zone. Default value: "Europe/Berlin". Possible values in this list https://docs.aws.amazon.com/redshift/latest/dg/time-zone-names.html

locale
string
default:de-DE

End-User's locale, represented as a BCP47 [RFC5646] language tag. This is typically an ISO 639-1 Alpha-2 [ISO639‑1] language code in lowercase and an ISO 3166-1 Alpha-2 [ISO3166‑1] country code in uppercase, separated by a dash. Example: "en-US" Default value: "de-DE"

name
string

The users full name stored on their AWS Cognito Profile

given_name
string

The users first name stored on their AWS Cognito Profile

family_name
string

The users family name stored on their AWS Cognito Profile

language
string
default:de

language of the user, two-letter codes, "ISO 639-1" column according to: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes Default value: "de"

camp_notice_period
integer
default:20

How many days in advance the user wants to see campaign recommendations,