Skip to main content

Search projects of a user within an org

Search projects of a user within an org

Path Parameters
    user_id string required

    user ID

    org_id string required

    org ID

Request Body required
    filters object[]
  • Array [
  • name string
    operator string
    bool_value boolean
    string_value string
    number_value float
  • ]
  • group_by string[]
    offset int64
    limit int64
    search string
    sort object[]
  • Array [
  • name string
    order string
  • ]
Responses

A successful response.


Schema
    user_projects object[]
  • Array [
  • project_id string
    project_title string
    project_name string
    project_created_on date-time
    user_names string[]
    user_titles string[]
    user_ids string[]
    user_avatars string[]
    org_id string
    user_id string
  • ]
  • pagination object
    offset int64
    limit int64
    total_count int64
    group object
    name string
    data object[]
  • Array [
  • name string
    count int64
  • ]
Loading...