# Me

Endpoints for managing the currently authenticated user's profile and information.

## Get the currently authenticated user

 - [GET /me](https://api-docs.sitecore.com/ordercloud/me/me.get.md)

## Update the currently authenticated user

 - [PUT /me](https://api-docs.sitecore.com/ordercloud/me/me.save.md): If an object with the same ID already exists, it will be overwritten.

## Patch the currently authenticated user

 - [PATCH /me](https://api-docs.sitecore.com/ordercloud/me/me.patch.md)

## Reset a password by token

 - [POST /me/password](https://api-docs.sitecore.com/ordercloud/me/me.resetpasswordbytoken.md)

## Register a user

 - [PUT /me/register](https://api-docs.sitecore.com/ordercloud/me/me.register.md)

## Revoke tokens

 - [DELETE /me/tokens](https://api-docs.sitecore.com/ordercloud/me/me.revoketokens.md): Revokes all tokens previously issued to the current user and forces them to reauthenticate.

