Hanzo
OpenapiIam

Makes a project inside your organization — the scope people pick between when…

Makes a project inside your organization — the scope people pick between when their work is separated by product or client rather than by team.

POST /v1/iam/projects

Addresshttps://api.hanzo.ai/v1/iam/projects
MethodPOST
Operationpost_iam_projects
AuthAuthorization: Bearer $HANZO_API_KEY

Makes a project inside your organization — the scope people pick between when their work is separated by product or client rather than by team. A name already used in the organization is refused.

Request

10 fields, body application/json (required).

FieldInTypeRequiredDescription
createdTimebodystring
descriptionbodystring
displayNamebodystring
isDefaultbodyboolean
metadatabodystring
namebodystring
organizationbodystring
ownerbodystring
tagsbodystring[]
workspacebodystring

Response

StatusBodyMeaning
200iam.Projectok

200 body — 14 fields.

FieldInTypeAlwaysDescription
createdAtbodystring (date-time)
createdTimebodystring
deletedbodyboolean
descriptionbodystring
displayNamebodystring
idbodystring
isDefaultbodyboolean
metadatabodystring
namebodystring
organizationbodystring
ownerbodystring
tagsbodystring[]
updatedAtbodystring (date-time)
workspacebodystring

Failure carries the platform error shape — see Errors.

Examples

hanzo iam projects create

IAM API · All Hanzo APIs · Interactive reference

How is this guide?

On this page