Me
"Me" is a container for read-only endpoints that return a filtered view of things that the current user is allowed to see, i.e. things that they are assigned to either directly or as a member of an organization or user group. It also provides ways for a user to update or change their own information.
Me.Get
Get the Current Authenticated User
get
v1/me
Me.Save
Update the Currently Authenticated User
put
v1/me
Me.Patch
Patch the Currently Authenticated User.
patch
v1/me
Me.ResetPasswordByToken
Reset a password by token.
post
v1/me/password
Me.Register
Register a User.
put
v1/me/register
Me.RevokeTokens
Revoke tokens
delete
v1/me/tokens