AddNewSignstackUserReq

  • email
    Type: string Format: email
    required

    User's email address

  • firstName
    Type: string
    required

    User's first name

  • lastName
    Type: string
    required

    User's last name

  • timezone
    Type: string
    required

    IANA timezone applied to the starter test namespace created alongside the user. Studio sends the browser's zone.

    Required — a namespace with no timezone cannot render a date, so omitting it returns 400. Must be a Region/City name (America/New_York) or UTC; abbreviations (EST) and fixed offsets (Etc/GMT+8) are also rejected with 400, because they do not observe daylight saving.

  • uid
    Type: string
    required

    Unique identifier for the user (typically from authentication provider like Firebase)