> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usebrainbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Request Approval from A User

Send approval message to a user and then wait until the message is approved or disapproved

## Input

| Property       | Type        | Required | Description                    |
| -------------- | ----------- | -------- | ------------------------------ |
| userId         | DROPDOWN    | Yes      | Message receiver               |
| text           | LONG\_TEXT  | Yes      | The text of your message       |
| username       | SHORT\_TEXT | No       | The username of the bot        |
| profilePicture | SHORT\_TEXT | No       | The profile picture of the bot |

## Sample Output

```json theme={null}
{
  "approved": true
}
```
