# User n8n operations

Manage organization users (profiles). Select **User** in the the platform node's **Resource** field.

Return to the [complete n8n resource reference](/docs/developers/api/n8n/resources) to browse another resource.

| Operation  | Value            | Description                            | Source                                                                                                                                    |
| ---------- | ---------------- | -------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| Create     | `createUser`     | Create a new user in the organization. | [View implementation](/docs)     |
| Deactivate | `deactivateUser` | Deactivate a user in the organization. | [View implementation](/docs) |
| Get        | `getUser`        | Get a user (profile) by ID.            | [View implementation](/docs)        |
| Invite     | `inviteUser`     | Invite a user to the organization.     | [View implementation](/docs)     |
| List       | `listUsers`      | List all users in the organization.    | [View implementation](/docs)      |
| Remove     | `removeUser`     | Remove a user from the organization.   | [View implementation](/docs)     |
| Update     | `updateUser`     | Update a user (profile).               | [View implementation](/docs)     |
