PayNow

StoreMemberUserDto

Represents identity and profile information for a store member.

idFlakeIdRequired
typeenumRequired
Possible enum values
  • anonymous
  • user
  • api_key
  • customer
  • game_server
  • internal
  • admin
  • platform
  • global_customer
emailstringOptional
The email address associated with the user. Only visible if you are the store owner.
first_namestringOptional
The first name of the actor. Hidden if the user has a set nickname, and you are not the store owner.
last_namestringOptional
The last name of the actor. Hidden if the user has a set nickname, and you are not the store owner.
nicknamestringOptional
The nickname of the user.
Example
{
  "id": "411486491630370816",
  "type": "anonymous",
  "email": "string",
  "first_name": "string",
  "last_name": "string",
  "nickname": "string"
}