Projects

List all projects within an organization

get
Path parameters
organizationIdstringRequired

The id of the organization to find projects within

Query parameters
offsetinteger · int32Optional

The offset into queried items to return

limitinteger · int32 · max: 100Optional

How many items to return at one time (max 100)

Responses
get
/v1/identity/organizations/{organizationId}/projects

Create a project

post
Path parameters
organizationIdstringRequired

The id of the organization to find projects within

Body
namestringRequired
Responses
post
/v1/identity/organizations/{organizationId}/projects

Was this helpful?