# Tags

APIs for Tags.

 - [GET /api/envtag/all](https://guide.morelogin.com/api-reference/shared-resources/shared-api/tags/apienvtagallget.md): Return every profile tag in the team. - **Effect**: none. Read-only. Safe to retry with bounded backoff. - **Note**: this endpoint is **not paginated and tags have no server-side limit**, so the respo
 - [POST /api/envtag/create](https://guide.morelogin.com/api-reference/shared-resources/shared-api/tags/apienvtagcreatepost.md): Create a profile tag. - **Preconditions**: the name must be non-empty, at most 100 characters, and not already used by a tag in the team. - **Effect**: creates the tag and returns its id. Unlike group
 - [POST /api/envtag/edit](https://guide.morelogin.com/api-reference/shared-resources/shared-api/tags/apienvtageditpost.md): Rename a profile tag. - **Preconditions**: the tag must exist in the team, and the new name must not collide with another tag. - **Effect**: renames the tag. Existing tag assignments are unaffected an
 - [POST /api/envtag/delete](https://guide.morelogin.com/api-reference/shared-resources/shared-api/tags/apienvtagdeletepost.md): Delete one or more profile tags. - **Preconditions**: at least one id must resolve within the team; ids that do not are ignored silently. - **Effect**: deletes the tags. The tag disappears from every
