Users
A user in Gallabox is the entity of someone who has signed up with an account.

Get profile of authenticated user
GET https://server.gallabox.com/devapi/me
GET current users
GET profile of authenticated users
GET https://server.gallabox.com/devapi/accounts/:accountId/users
Headers
name
value
Description
apikey
{{apikey}}
Your api key
apiSecret
{{apiSecret}}
Your api Secret
Content-Type
application/json
content type
Path Parameters
Name
Type
Description
accountId
String
Your account Id
Response
UPDATE current users
Update the status of authenticated users
PATCH https://server.gallabox.com/devapi/accounts/:accountId/users/availability
Headers
name
value
Description
apikey
{{apikey}}
Your api key
apiSecret
{{apiSecret}}
Your api Secret
Content-Type
application/json
content type
Path Parameters
Name
Type
Description
accountId
String
Your account Id
Request Body
Response
Last updated