Skip to main content

List service sser projects

List all projects the service user belongs to

Path Parameters
    org_id string required

    The organization ID to which the service user belongs to.

    id string required

    The unique ID of the service user to list projects for.

Query Parameters
    with_permissions string[]

    list of permissions needs to be checked against each project query params are set as with_permissions=get&with_permissions=delete to be represented as array

Responses

A successful response.


Schema
    projects object[]
  • Array [
  • id string
    name string
    title string
    org_id string
    metadata object
    created_at date-time

    The time the project was created.

    updated_at date-time

    The time the project was last updated.

    members_count int32

    The number of members explicitly added in the project.

  • ]
  • access_pairs object[]
  • Array [
  • project_id string
    permissions string[]
  • ]
Loading...