V2/Users
Get users
Returns a list of users available on the platform. Supports JSON and XML response formats.
Query Parameters
api_keystring
API key for authentication
Header Parameters
Acceptstring
Expected response format: application/json or application/xml
Response Body
curl -X GET "https://pb.powerbroker.mx/v2/users?api_key=string" \ -H "Accept: string"{
"users": [
{
"id": 0,
"name": "string",
"paternal_lastname": "string",
"maternal_lastname": "string",
"email": "string",
"active": 0,
"franchise_id": 0,
"cellphone": "string"
}
]
}Empty
Empty