# Functions
# Function to get all admin to a specific organisation
path = /allAdmin
method = GET
authentication = Bearer token
# RESPONSE
if all good
status = 200
[
{
"id": "e19a40ef-a732-45e7-a848-e19364166619",
"name": "TCS",
"organisation": "36b60df7-869d-4eae-a227-9c9cde8d74cf",
"position": "HR",
"avatar": "https://randomimg.com",
"createdAt": "2024-12-12T15:55:45.567Z",
"updatedAt": "2024-12-12T15:55:45.567Z"
}
]
if error
{
"error": error message,
}
*/.
No description provided by the author