v1
latestOpenAPI 3.1.02026-08-04103211436.0 KBCompanies
List company users
Returns the users with access to the company identified by companyId. The returned id matches the userId recorded on entities created manually in Embat (e.g. payments).
get/companies/{companyId}/users
Path parameters
companyIdstring required
Response
Successful Response
Example response
{
"data": [
{
"id": "user_8f3a1c",
"email": "laura.fernandez@acme.com",
"name": "Laura",
"surname": "Fernández"
}
]
}