hellohq-io / hellohq.docs

1 stars 0 forks source link

Get User Abilities #147

Closed timoh1 closed 8 months ago

timoh1 commented 8 months ago

Hi team, I'd like to get the users abilities via REST call. Is there a way to use e.g. https://api.hellohq.io/v1/Users get method + expand? Or is there another way? Is there a documentation which fields are available in context of expand? I couldn't find anything on the developer site. Cheers, Timo

monderino commented 8 months ago

Hey @timoh1,

When you look into the swagger documentation you can check out the response model. Here all nested object can be get as expand. For users you can get:

I hope this will help you.

Best Sven