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

# Create a custom org role

> Define a custom role with specific permission strings.

# Create a custom org role

Define a custom role with specific permission strings.

## Prerequisites

* Org admin

Required permissions: `org:roles:write`.

## Steps

<Steps>
  <Step title="Create role">
    Use organization custom role endpoints in [Auth API reference](/api-reference/auth). See also [RBAC](/auth/rbac).
  </Step>
</Steps>

## Related

<CardGroup cols={2}>
  <Card title="rbac" href="/auth/rbac" />
</CardGroup>
