Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
81169e2
docs: add Users API reference page
danielfsousa Jul 8, 2026
88829b2
docs: scrub internals and expand Users API page
danielfsousa Jul 8, 2026
84ba169
docs: document Users: View grant and drop support-enablement step
danielfsousa Jul 8, 2026
dc29419
docs(users): document embedded subaccounts array, drop subaccounts GET
danielfsousa Jul 9, 2026
1a7bbfc
docs(users): tighten Retrieve a User lead-in
danielfsousa Jul 9, 2026
5965fe5
docs(users): split List vs Retrieve user shapes
danielfsousa Jul 9, 2026
336a72c
docs(users): Update a User accepts only access_level/access_policies
danielfsousa Jul 9, 2026
ff06fe9
docs(users): correct page against accusers-api and tighten copy
danielfsousa Jul 31, 2026
fde2cf1
docs(users): document access policies, fix Data Structure rendering
danielfsousa Aug 25, 2026
3be10a4
docs(users): one user object for List and Retrieve
danielfsousa Aug 26, 2026
24f5768
docs(users): add object samples and simplify subaccount scoping
danielfsousa Aug 27, 2026
2962bc4
docs(users): link roles, and document the invite's policies and subac…
danielfsousa Aug 27, 2026
6783112
Update users.apib
danielfsousa Aug 27, 2026
2e89eb6
docs(users): say admin cannot be set through the API
danielfsousa Sep 1, 2026
0f13088
docs(users): match the 404 body the gateway returns
danielfsousa Sep 4, 2026
d6bbb9e
docs(users): present the invite expiry as an ISO 8601 string
danielfsousa Sep 4, 2026
8404ff6
docs(users): names are absent until set, not null
danielfsousa Sep 4, 2026
60481f9
docs(users): access_policies is present only on the custom role
danielfsousa Sep 4, 2026
0eac40c
docs(users): name the subaccount-scope error plainly
danielfsousa Sep 4, 2026
fca94d3
docs(users): phrase the admin and field restrictions as API limits, n…
danielfsousa Sep 4, 2026
eb5c2cb
docs(users): describe inviting on an account with single sign-on
danielfsousa Sep 4, 2026
56462ee
docs(users): say email_verified is always true for single sign-on users
danielfsousa Sep 4, 2026
43d7866
docs(users): show the 403 an admin role gets on Update a User's Role
danielfsousa Sep 9, 2026
053b033
Merge branch 'main' into feat/users-api-docs
danielfsousa Sep 9, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/api/table-of-contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"pages": [
"account.apib",
"subaccounts.apib",
"users.apib",
"data-privacy.apib"
]
},
Expand Down
Loading