GET : Users by media
This endpoint lets you retrieve every users for a media.
Media users
GET
https://api-piloty.fr/users
Query Parameters
Name
Type
Description
media-public-id*
String
Public id of the media
company-public-id
String
Public id of the company
String
Email of the user
created_after
ISO8601-Compatible Date
Show users created after this date
created_before
ISO8601-Compatible Date
Show users created before this date
page
Number
Page to retrieve (default=1)
limit
Number
Amount of items per page (default=500)
Response examples
Request
https://api-piloty.fr/users?media-public-id=[authorized_media]
Response
Last updated