Skip to main content

List Product Members

GET 

/v1/products/:productId/members

This endpoint returns the list of Members that belongs to the given Product, identified by the productId parameter.

Request

Path Parameters

    productId uuidrequired

    The identifier of the Product.

Responses

Schema

  • Array [

  • userId stringnullable

    Identifier of the Member.

    productId uuid

    Identifier of the Product where the Member has access.

    permissionGroupId int64

    Identifier of the Member's Permission Group.

    fullName stringnullable

    Name of the Member.

    email stringnullable

    Email of the Member.

  • ]

Loading...