UserEnvelope
status object
codeinteger
messagestring
meta object
requestIduuid
timestampdate-time
data object
idstring
emailemail
profile object
displayNamestring
biostring
address object
streetstring
citystring
countrystring
UserEnvelope
{
"status": {
"code": 0,
"message": "string"
},
"meta": {
"requestId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"timestamp": "2024-07-29T15:51:28.071Z"
},
"data": {
"id": "string",
"email": "user@example.com",
"profile": {
"displayName": "string",
"bio": "string",
"address": {
"street": "string",
"city": "string",
"country": "string"
}
}
}
}