# Groups

APIs for Groups.

 - [POST /api/envgroup/page](https://guide.morelogin.com/api-reference/shared-resources/shared-api/groups/apienvgrouppagepost.md): List profile groups, page by page. - **Effect**: none. Read-only. Safe to retry with bounded backoff. - **Note**: when the team authorizes access per group, a member who has no group grants receives a
 - [POST /api/envgroup/edit](https://guide.morelogin.com/api-reference/shared-resources/shared-api/groups/apienvgroupeditpost.md): Rename a profile group. - **Preconditions**: the group must exist in the team, the caller must be authorized for it, and the new name must not collide with another group. The uniqueness check only run
 - [POST /api/envgroup/create](https://guide.morelogin.com/api-reference/shared-resources/shared-api/groups/apienvgroupcreatepost.md): Create a profile group. - **Preconditions**: the name must be non-empty, at most 100 characters, and not already used by a group in the team. **A team is limited to 1000 groups.** - **Effect**: create
 - [POST /api/envgroup/delete](https://guide.morelogin.com/api-reference/shared-resources/shared-api/groups/apienvgroupdeletepost.md): Delete one or more profile groups. - **Preconditions**: at least one id must resolve within the team and the caller must be authorized for it; ids that do not resolve are ignored silently. - **Effect*
