PayNow

StoreMemberDto

Represents a member of a PayNow store.

idFlakeIdRequired
userStoreMemberUserDtoRequired
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.
user_idFlakeIdRequired
added_atstringOptional
The UTC timestamp when the member was added to the store.
added_byActorDtoOptional
typeenumRequired
Possible enum values
  • anonymous
  • user
  • api_key
  • customer
  • game_server
  • internal
  • admin
  • platform
  • global_customer
idFlakeIdOptional
role_idFlakeIdOptional
Example
{
  "id": "411486491630370816",
  "user": {
    "id": "411486491630370816",
    "type": "anonymous",
    "email": "string",
    "first_name": "string",
    "last_name": "string",
    "nickname": "string"
  },
  "user_id": "411486491630370816",
  "added_at": "2024-01-01T00:00:00Z",
  "added_by": {
    "type": "anonymous",
    "id": "411486491630370816"
  },
  "role_id": "411486491630370816"
}