The "Get all users from organization" endpoint allows you to retrieve a list of all users within an organization using the PandaVideo API. By making a GET request to the specified URL (`https://api-v2-staging.pandavideo.com/users
), you can fetch the details of all the users associated with the organization.
To make the request, you need to provide the necessary authentication in the headers using the "Authorization" field with the value "Token API_KEY
".
Responses
200
: Success. Returns a list of all users in the organization.400
: Bad request. Check the provided parameters.401
: Unauthorized. Authentication failed or not provided.500
: Internal server error. Please try again later.
By utilizing the "Get all users from organization" endpoint, you can programmatically retrieve information about all the users associated with your PandaVideo organization.
Recipes
The Recipes section provides a collection of code examples and sample implementations to help you understand and use the API effectively. Each recipe includes commented code that explains the purpose and functionality of each line. You can refer to these recipes as a guide to implement specific features or interact with the API endpoints.