Me
Official API
Implemented Class
Gets detailed information about the User logged in through the token.
Arguments
<Out> User : JObject
User obtained (JObject).
Example object:
{
"avatarUrl": "https://url/to/image.jpg",
"email": "your.email@company.com",
"id": "12345",
"locale": "en-US",
"name": "Your Name",
"timeZone": "America/New_York",
"username": "your_user"
}
Inherited Arguments
<In> Bearer : string
The Bearer authorization token generated by Pipefy.
<In> Timeout : int
The timeout limit (in ms) for the request to be completed.
<Out> Status : string
A brief status message of the result of the action.
<Out> Success : boolean
True if the action was successful.