attributes array
get_user returns: reach for
list_user_attributes when you need each attribute’s type, whether it is synced
from a source system, or the exact labels a picklist accepts; reach for
get_user when you need one specific user’s values.
Rows come in the company’s own display order (the order shown in the Qobra web
app), so a page is directly usable as a form or a rendering layout.
Access is gated by READ permission on Users.
Parameters
Body
Body
integer
Page size, between 1 and 250. Defaults to 50.
integer
Row offset into the result set — the number of rows to skip before this
page. Any offset >= 0 is accepted; it does not have to be a multiple of
limit, so you can start from an arbitrary row. Pass the next_offset returned
by the previous call to walk the pages, or None for the first page.