Projects

List all projects that a user has access to

get
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
200

A paged array of projects

application/json
get
/v1/identity/projects

Info for a specific project

get
Path parameters
projectIdstringRequired

The id of the project to retrieve

Responses
200

Expected response to a valid request

application/json
Responseall of
get
/v1/identity/projects/{projectId}

Edit a project

post
Path parameters
projectIdstringRequired

The id of the project to edit

Body
namestringRequired
Responses
200

Expected response to a valid request

application/json
post
/v1/identity/projects/{projectId}

Was this helpful?