Groups
Unarchive Group
Unarchive a group that has been archived due to inactivity.
POST
/
v1
/
organizations
/
{organizationName}
/
groups
/
{groupName}
/
unarchive
Databases get archived after 10 days of inactivity for users on a free plan — learn more. You can unarchive inactive groups using the API.
Path Parameters
organizationName
string
requiredThe name of the organization or user.
groupName
string
requiredThe name of the group.
Response
200 - application/json
group
object
The group that was unarchived
Was this page helpful?