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

# CoderPad

AccessOwl integrates with CoderPad to provision and deprovision user access in your CoderPad organization.

## Capabilities

<CardGroup cols={2}>
  <Card title="Provisioning" icon="user-plus">
    AccessOwl creates user accounts with the specified roles/permissions during access requests.
  </Card>

  <Card title="Deprovisioning" icon="user-minus">
    AccessOwl removes members from the CoderPad organization during access revocations.
  </Card>

  <Card title="User Sync" icon="arrows-rotate">
    AccessOwl periodically syncs a list of users along with their assigned permissions.
  </Card>
</CardGroup>

## Prerequisites

* **Admin** access to your CoderPad organization, so you can invite the integration account.

## Setup

<Steps>
  <Step title="Add CoderPad in AccessOwl">
    Either add a new application or open Applications and click the +-symbol, then continue.
  </Step>

  <Step title="Invite the integration account and promote to Admin">
    AccessOwl shows you the integration account's email address. In CoderPad:

    * Open your organization settings and go to **Users**.
    * Click **Invite Teammates**.
    * Enter the integration account's email address and send the invite.
    * Once the integration account accepts the invite and validates its email, go back to **Users** and find the integration account under **Current Users**.
    * Click the menu next to the integration account and select **Promote to admin**.

    <Note>
      The integration account needs Admin because only Admins can invite and remove members in CoderPad. Without Admin, the integration account cannot provision or deprovision users.
    </Note>
  </Step>
</Steps>

## FAQ

<AccordionGroup>
  <Accordion title="The user was provisioned but I can't see them in CoderPad">
    CoderPad requires users to accept their invite and validate their email address before they appear in the Current Users list. When AccessOwl provisions a user, the integration account sends them an invite email, but the user only appears in your CoderPad Users list after they complete that step. If a provisioning request shows as completed in AccessOwl but the user is not yet visible in CoderPad, they have not accepted the invite yet.
  </Accordion>
</AccordionGroup>
