How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Visier Users V1 API

Manage users within an organization, such as assigning permissions to users and retrieving user permission assignments and application logs.**Tip:** Visier recommends that administrating tenant users focus primarily on managing users at the administrating tenant level. These users likely belong directly to your organization, such as customer support, customer value managers, account executives, and customer success. These users work with clients to manage their day-to-day solution needs

Visier Users V1 API is one of 51 APIs that Visier publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Users V1. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 19 operations across 13 paths, and defines 41 schemas. It is described by OpenAPI 3.2.0, at version 22222222.99201.3040.

Requests are made against the base URL https://{vanity_name}.api.visier.io.

19 operations 13 paths 41 schemas 4 DELETE10 GET1 POST4 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
22222222.99201.3040
Base URL
https://{vanity_name}.api.visier.io
Authentication
API Key, API Key, HTTP Bearer, OAuth 2.0
Resource Areas
1

Authentication & Security 4

Visier Users V1 API declares 4 security schemes for authenticating requests. An API key is passed in the cookie as VisierASIDToken (CookieAuth). An API key is passed in the header as apikey (ApiKeyAuth). It accepts HTTP bearer tokens (BearerAuth). It supports OAuth 2.0 (OAuth2Auth) using the authorizationCode and password flows, exposing 2 scopes. By default, every request must be authenticated.

Paths & Operations 19

Across 13 paths, the API surfaces 19 operations — 4 DELETE, 10 GET, 1 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.

UsersV1 19

Manage users within an organization, such as assigning permissions to users and retrieving user permission assignments and application logs. Tip: Visier recommends that administra…

PUT
/v1/admin/permissions/users
Assign permissions to users
UsersV1_AssignPermissions 5 params body → default200
DELETE
/v1/admin/permissions/users
Remove permissions from users
UsersV1_RemovePermissions 3 params body → default200
GET
/v1/admin/permissions/{permissionId}/users
Retrieve users that are assigned a specific permission
UsersV1_GetPermissionAssignedUsers 8 params → default200
GET
/v1/admin/user-groups
Retrieve a list of all user groups
UsersV1_GetAllUserGroups 5 params → default200
PUT
/v1/admin/user-groups/permissions
Assign permissions to user groups
UsersV1_AssignPermissionsToUserGroups 2 params body → default200
DELETE
/v1/admin/user-groups/permissions
Remove permissions from user groups
UsersV1_RevokePermissionsFromUserGroups 2 params body → default200
PUT
/v1/admin/user-groups/users
Assign users to user groups
UsersV1_AddUsersToUserGroup 4 params body → default200
DELETE
/v1/admin/user-groups/users
Remove users from user groups
UsersV1_RemoveUsersFromUserGroup 4 params body → default200
GET
/v1/admin/user-groups/{userGroupId}/users
Retrieve a list of user group users
UsersV1_GetUserGroupUsers 7 params → default200
GET
/v1/admin/users
Retrieve a list of all users
UsersV1_GetAllUsers 9 params → default200
POST
/v1/admin/users
Add a user
UsersV1_AddUser 2 params body → 201default
GET
/v1/admin/users/{userId}
Retrieve a user's details
UsersV1_GetUserDetail 8 params → default200
PUT
/v1/admin/users/{userId}
Update a user
UsersV1_UpdateUser 3 params body → default200
DELETE
/v1/admin/users/{userId}
Delete a user
UsersV1_DeleteUser 3 params → default200
GET
/v1/admin/users/reports/application-logs
Retrieve the Application Logs
UsersV1_GetApplicationLogsXLSX 4 params → 200default
GET
/v1/admin/users/{userId}/reports/data-security
Retrieve the Data Security Report
UsersV1_GetDataSecurityReportXLSX 3 params → 200default
GET
/v1/admin/users/reports/profile-assignments
Retrieve user profile assignments in XLSX format
UsersV1_GetProfileAssignmentsXLSX 2 params → 200default
GET
/v1/admin/users/reports/permission-assignments
Retrieve user permissions in XLSX format
UsersV1_GetUserPermissionsXLSX 2 params → 200default
GET
/v1/admin/users/reports/permissions-list
Retrieve a list of all permissions in XLSX format
UsersV1_GetAllPermissionsXLSX 2 params → 200default

Schemas 41

The contract defines 41 schemas that model the data the API accepts and returns. The most detailed are servicing.UserGetAPIResponseDTO (10 properties), servicing.ProfileAssignedForLocalTenantDTO (6 properties), UserCreationAPIResponseDTO (6 properties), admin.TenantAssignmentsDTO (5 properties). Each schema is shown below with its type and property counts.

admin.UserGroupsUsersDTO
object
3 properties
UserCreationAPIResponseDTO
object
6 properties
servicing.UserCreationAPIRequestDTO
object
5 properties
servicing.AssignRevokePermissionsRequestDTO
object
Set permissions request List of permissionId with assign to user Ids
2 properties
servicing.PermissionAssignedForLocalTenantDTO
object
3 properties
servicing.PermissionAssignedByTenantDTO
object
The users assigned a specific permission, grouped by tenant.
2 properties
admin.PermissionsToUserGroupsRequestDTO
object
1 property
servicing.AllPermissionsAssignedForLocalTenantDTO
object
1 property
servicing.LastLoginDTO
object
1 property
servicing.AllUsersGetAPIResponseDTO
object
3 properties
servicing.PermissionAssignedUserDTO
object
The user and the method through which the user was assigned the permission.
3 properties
admin.PermissionsToUserGroupRequestDTO
object
2 properties
servicing.AssignRevokePermissionByTenantDTO
object
The permissions organized by tenant.
5 properties
servicing.AssignRevokePermissionByPermissionDTO
object
The results of the permission assignment or removal.
2 properties
admin.DeleteUserResponse
object
servicing.ProfileAssignedForLocalTenantDTO
object
6 properties
admin.UsersToUserGroupRequestDTO
object
2 properties
servicing.AdditionalCapabilitiesDTO
object
1 property
admin.SecurityAssignmentResponseDTO
object
1 property
servicing.AllProfileAssignedForLocalTenantDTO
object
1 property
servicing.AssignRevokePermissionByUserDTO
object
The results of the permission assignment or removal by user.
3 properties
admin.UserGroupsUsersForTenantDTO
object
2 properties
servicing.AssignRevokePermissionRequestDTO
object
Set permission detail permissionId with assign to userIds
2 properties
servicing.CapabilitiesDTO
object
3 properties
servicing.UserUpdateAPIRequestDTO
object
5 properties
servicing.UserGroupAssignedForLocalTenantDTO
object
2 properties
admin.UserSecurityAssignmentsDTO
object
3 properties
servicing.PermissionAssignedUsersDTO
object
Users that are assigned a specific permission.
3 properties
Status
object
The response structure for errors.
5 properties
admin.TargetProjectForTenantsListDTO
object
1 property
admin.TargetProjectForTenantDTO
object
2 properties
admin.SimpleUserDTO
object
2 properties
admin.UsersToUserGroupsRequestDTO
object
2 properties
admin.PermissionResponseDTO
object
2 properties
servicing.AssignRevokePermissionsResponseDTO
object
The results of the permission assignment or removal.
2 properties
admin.PermissionsToUserGroupForTenantDTO
object
4 properties
servicing.AllUserGroupsAssignedForLocalTenantDTO
object
1 property
admin.TenantAssignmentsDTO
object
5 properties
admin.UserGroupGetAPIResponseDTO
object
3 properties
admin.UserGroupsGetAPIResponseDTO
object
3 properties
servicing.UserGetAPIResponseDTO
object
10 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

visier-usersv1-api-openapi.yml Raw ↑

Other APIs Visier publishes across the network.

Visier Query MCP Server
Visier Analytic Objects V2 API
Visier Basic Authentication API
Visier Benchmarks API
Visier Concepts V2 API
Visier Consolidated Analytics API
Visier Data And Job Handling API
Visier Data Export Connectors API API
Visier Data Intake API
Visier Data Model API
Visier Data Query API
Visier Data Upload API
Where this information came from

This is an independent, third-party profile of Visier Users V1 API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.