Factset · Capability
FactSet SCIM API — Users
FactSet SCIM API — Users. 6 operations. Lead operation: Factset Get a list of users.. Self-contained Naftiko capability covering one Factset business surface.
What You Can Do
GET
Get
— Factset Get a list of users.
/v1/users
POST
Post
— Factset Create a user.
/v1/users
GET
Get
— Factset Get a user.
/v1/users/{id}
PUT
Put
— Factset Replace a user.
/v1/users/{id}
PATCH
Patch
— Factset Patch a user (add, replace, or remove attributes of a user.)
/v1/users/{id}
DELETE
Delete
— Factset Delete a user
/v1/users/{id}
MCP Tools
factset-get-list-users
Factset Get a list of users.
read-only
idempotent
factset-create-user
Factset Create a user.
factset-get-user
Factset Get a user.
read-only
idempotent
factset-replace-user
Factset Replace a user.
idempotent
factset-patch-user-add-replace
Factset Patch a user (add, replace, or remove attributes of a user.)
idempotent
factset-delete-user
Factset Delete a user
idempotent