mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 11:34:26 +00:00
16 lines
1012 B
Markdown
16 lines
1012 B
Markdown
|
---
|
||
|
title: Management API
|
||
|
description: …
|
||
|
---
|
||
|
|
||
|
### Management
|
||
|
|
||
|
The management API is as the name states the interface where systems can mutate IAM objects like, organisations, projects, clients, user and so on if they have the necessary access rights.
|
||
|
|
||
|
| Service | URI |
|
||
|
|:--------|:----------------------------------------------------------------------------------------------------------------------------------------------------|
|
||
|
| REST | [https://api.zitadel.ch/management/v1/](https://api.zitadel.ch/management/v1/) |
|
||
|
| GRPC | [https://api.zitadel.ch/caos.zitadel.management.api.v1.ManagementService/](https://api.zitadel.ch/caos.zitadel.management.api.v1.ManagementService) |
|
||
|
|
||
|
[Latest API Version](https://github.com/caos/zitadel/blob/master/pkg/grpc/management/proto/management.proto)
|