POST v1/UserAuthentication
Get user access token.
Request Information
URI Parameters
None.
Body Parameters
User authentication parameters.
AuthenticationParamsName | Type | Description | Comments |
---|---|---|---|
SubscriberKey | string | ||
SubscriberSourceIdentifier | string | ||
IntegrationPartyGuid | globally unique identifier | ||
ContextID | string | ||
UserID | integer | ||
UserIdentifier | string | ||
UserEmailAddress | string | ||
UserFirstName | string | ||
UserLastName | string | ||
UserCellPhone | string | ||
ContainerGuid | globally unique identifier |
Request Formats
application/json, text/json
Sample:
{ "SubscriberKey": "e120-315e2f2-40eb", "UserIdentifier": "@JonSnow", "UserEmailAddress": "jonsnow@castleblack.com", "UserFirstName": "Jon", "UserLastName": "Snow", "UserCellPhone": "2005667669", "BypassExperienceCache": false }
Response Information
Resource Description
User access token.
AuthenticationResultName | Type | Description | Comments |
---|---|---|---|
AccessToken | string |
Response Formats
application/json, text/json
Sample:
{ "AccessToken": "42C0D318D2334006DBEE0B20E9B0A4CFB55C00DBAF790D1D9373B1232D9CB8D21DFCB0C9D0F64C246F876CEA5904D9AEBDFDC976756CFCA26217664B46C218139AD463FC46254F28079EA94C4657935823203F3E29DD5F98F6996E1B4441E1E17EC085F566D707A40B2554D50044169E78A5EEA3A3D3D82C2E3358EAF31288C4275C2C6B81B04374543873FD6DFE147AB43194316D435C152BA27C7BF9D530EF" }