> For the complete documentation index, see [llms.txt](https://help.cymmetri.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cymmetri.io/my-workspace/how-to-use-the-my-workspace/on-behalf.md).

# On Behalf

The "On Behalf" section in Cymmetri provides authorized users and administrators with the capability to perform actions or transactions on behalf of other users. This feature is particularly useful for delegated administration and support scenarios, allowing one user to assist another or act on their behalf with specific permissions.

In the Cymmetri platform, when a user needs to raise an access request for an application on behalf of another user, they can navigate to the "On Behalf" tab within MyWorkspace.&#x20;

On this page, the user is presented with a list of all users. By clicking on the ellipsis icon located at the top right corner of a user's card, a menu appears, offering the option to "Assign application" on behalf of the selected user.

<figure><img src="/files/jCnjJPqftTPq6DbInfql" alt=""><figcaption></figcaption></figure>

Upon selecting the "Assign application" option, the user is directed to a page displaying the available list of applications. Subsequently, by clicking the "Assign" button for a specific application, the user can either initiate the workflow for application provisioning (if configured) or directly assign the application to the selected user.

<figure><img src="/files/hOTjUNjtILGSyaeR4vyC" alt=""><figcaption></figcaption></figure>

This streamlined process within the "On Behalf" section of Cymmetri enhances the user experience, making it efficient and user-friendly for authorized individuals to manage access requests and application assignments on behalf of others.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.cymmetri.io/my-workspace/how-to-use-the-my-workspace/on-behalf.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
