This API provides utilities to manage UCX Suite users, including listing users, fetching user pictures, and initiating user synchronization.
Base URL & Authentication
-
Base URL:
https://{host}/fw/Apps/ApplicationSuite/WebAPI/UsersManagement-
The
{host}variable represents the UCX Suite server hostname or IP address.
-
-
Authentication:
All endpoints require HTTP Basic Authentication. You must include an Authorization header with your username and password encoded in Base64.Example header:
Authorization: Basic {base64(username:password)}
Security Schema
-
UserSecurity:
-
Type: HTTP
-
Scheme: Basic
-