AddNewSignstackUserReq
- emailType: string Format: emailrequired
User's email address
- firstType: string
Name requiredUser's first name
- lastType: string
Name requiredUser's last name
- timezoneType: stringrequired
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) orUTC; abbreviations (EST) and fixed offsets (Etc/GMT+8) are also rejected with400, because they do not observe daylight saving. - uidType: stringrequired
Unique identifier for the user (typically from authentication provider like Firebase)
