Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions content/manuals/admin/organization/members.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ To resend an invitation from Docker Hub:
**Resend invitation**.
4. Select **Invite** to confirm.

You can also resend an invitation using the Docker Hub API. For more information,
see the [Resend an invite](https://docs.docker.com/reference/api/hub/latest/#tag/invites/paths/~1v2~1invites~1%7Bid%7D~1resend/patch) API endpoint.

{{< /tab >}}
{{< tab name="Admin Console" >}}

Expand All @@ -94,6 +97,9 @@ To remove a member's invitation from Docker Hub:
3. In the table, select the **Action** icon, and then select **Remove member** or **Remove invitee**.
4. Follow the on-screen instructions to remove the member or invitee.

You can also remove an invitation using the Docker Hub API. For more information,
see the [Cancel an invite](https://docs.docker.com/reference/api/hub/latest/#tag/invites/paths/~1v2~1invites~1%7Bid%7D/delete) API endpoint.

{{< /tab >}}
{{< tab name="Admin Console" >}}

Expand Down
7 changes: 6 additions & 1 deletion layouts/shortcodes/admin-users.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,9 @@
> for details about the access permissions for each role.

Pending invitations appear in the table. The invitees receive an email with a link to Docker Hub where they can accept
or decline the invitation.
or decline the invitation.

### Invite members via API

You can bulk invite members using the Docker Hub API. For more information, see
the [Bulk create invites](https://docs.docker.com/reference/api/hub/latest/#tag/invites/paths/~1v2~1invites~1bulk/post) API endpoint.