Skip to main content

Retrieves a list of profiles associated with an organization unit

GET 

/organization-units/:organizationUnitId/profiles

Retrieves a list of profiles associated with an organization unit

Request

Path Parameters

    organizationUnitId UuidOrReferencerequired

    Id of the specified organization unit

Query Parameters

    limit int32

    Possible values: >= 1 and <= 100

    Default value: 10

    The maximum number of profiles to return

    cursor string

    The cursor to use to retrieve the next page of profiles

    filter object

    Profile filter

Responses

OK

Schema

    profiles

    object[]

    The list of profiles

  • Array [

  • id string

    The id of the profile

    reference string

    The reference of the profile

    name string

    The name of the profile

    imageUri uri

    The image uri of the profile

    kind string

    Possible values: [person, product, event, place]

    The kind of the profile

    category_id string

    The id of the category of the profile

    created_at date-time

    The date and time when the profile was created

    updated_at date-time

    The date and time when the profile was updated

    deleted_at date-time

    The date and time when the profile was deleted

  • ]

  • cursor

    object

    cursor

    self string

    Pagination link|cursor pointing to the current page.

    first string

    Pagination link|cursor pointing to the first page.

    prev string

    Pagination link|cursor pointing to the previous page.

    next string

    Pagination link|cursor pointing to the next page.

    last string

    Pagination link|cursor pointing to the last page.

Loading...