GetOwnUser
Returns the user's own information.
Stored Procedure Specific Information
Backlog does not allow column references in EXECUTE statments that call stored procedures.
For example:
EXECUTE GetOwnUser;
Result Set Columns
| Name | Type | Description |
| Success | String | Returns True if the procedure was successful. |
| Id | String | Id of the User. |