Skip to main content
POST
Unlike the v1 endpoints, this endpoint identifies the organization and group by UUID — use the id field from Retrieve Organization and the uuid field from List Deleted Groups.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string<uuid>
required

The UUID of the organization. Retrieve it with the Retrieve Organization endpoint (the id field).

groupId
string<uuid>
required

The UUID of the group, as returned when listing deleted groups (the uuid field).

Response

Successful response

group
object

The restored group.

databases
object[]

The member databases restored with the group, in restore order.

failures
object

Maps database UUID to error message for members whose restore failed. Retry them individually with Restore Database.