Welcome to the heart of your DailyBot experience! The GET /me/
endpoint is your backstage pass to unlocking a treasure trove of information about your profile. Let's dive in and explore the details this endpoint unveils.
Understanding the Endpoint:
- Path:
/me/
- Method: GET
How to Access Your Profile: To retrieve your profile details, make a simple GET request to /me/
. No additional parameters are needed.
Response Example:
{
"uuid":"b1b292b3-29b2-4235-8103-321ed749db8d",
"is_active":true,
"bot_enabled":true,
"full_name":"John Wick",
"role": "ADMIN"
"timezone": "America/Bogota"
"image":"https://secure.gavatar.com/avatar/ima.png",
"username":"Wick10",
"occupation":"Teammate",
"birth_date":"05-12",
"chat_platform_data": {
"user_external_id":"Z32HVBCQ98D"
},
"work_start_time":"09:00:00",
"work_days":[1,2,3,4,5,6,7],
"timeoff_start":null,
"timeoff_end":null,
"organization": {
"uuid":"4e322341-1262-42fa3-942a-0341d90883f6",
"name":"Alexa OC"
},
"user":"John Wick",
"organization_uuid":"4e322341-1262-42fa3-942a-0341d90883f6",
"organization_name":"Alexa OC"
}
"uuid":"b1b292b3-29b2-4235-8103-321ed749db8d",
"is_active":true,
"bot_enabled":true,
"full_name":"John Wick",
"role": "ADMIN"
"timezone": "America/Bogota"
"image":"https://secure.gavatar.com/avatar/ima.png",
"username":"Wick10",
"occupation":"Teammate",
"birth_date":"05-12",
"chat_platform_data": {
"user_external_id":"Z32HVBCQ98D"
},
"work_start_time":"09:00:00",
"work_days":[1,2,3,4,5,6,7],
"timeoff_start":null,
"timeoff_end":null,
"organization": {
"uuid":"4e322341-1262-42fa3-942a-0341d90883f6",
"name":"Alexa OC"
},
"user":"John Wick",
"organization_uuid":"4e322341-1262-42fa3-942a-0341d90883f6",
"organization_name":"Alexa OC"
}
Comments
0 comments
Article is closed for comments.