Skip to main content

Get all users for a product

GET 

/api/v1/products/:productId/users

Get all users that have access rights for a product, including the user privileges (groups) the user has within the product. Fields available for sorting: 'username', 'firstName', 'lastName', 'email', 'group'. NOTE: This endpoint supports only one sort field. All fields other than the first one are ignored.

Request

Responses

Success

Response Headers