You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Final slice of the Identity user management onboarding (follows the getById
and CRUD PRs):
- invite(users) POST /api/User/InviteUsers
Each invited user receives an invitation email with an accept link. The API
reports per-user outcomes — the request can succeed overall while individual
invitations fail (e.g. disallowed redirect URL), surfaced via the renamed
errorMessage field.
Live-API findings encoded: redirectUrl is effectively required and must be a
portal acceptInvite URL (the API gateway host is rejected per-user with
"Redirect URL is not valid"); failed invitations return an all-zeros GUID.
Adds the optional UIPATH_PORTAL_URL integration test config for environments
where UIPATH_BASE_URL points at the API gateway host.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments