Users
Filter groups whose name contains a specific string.
Filter groups with specific role.
OK
The name of the group.
Bad Request
Unauthorized
Forbidden
Server Error
GET /fact-finder/rest/v5/groups HTTP/1.1
Host: vector-demo.fact-finder.de/
Authorization: Basic username:password
Accept: */*
[
{
"name": "text",
"roles": [
"AbTestManager"
]
}
]The name of the group.
OK
The name of the group.
Bad Request
Unauthorized
Forbidden
Server Error
POST /fact-finder/rest/v5/groups HTTP/1.1
Host: vector-demo.fact-finder.de/
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 41
{
"name": "text",
"roles": [
"AbTestManager"
]
}{
"name": "text",
"roles": [
"AbTestManager"
]
}The name of the group.
OK
The name of the group.
Bad Request
Unauthorized
Forbidden
Server Error
PUT /fact-finder/rest/v5/groups HTTP/1.1
Host: vector-demo.fact-finder.de/
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 41
{
"name": "text",
"roles": [
"AbTestManager"
]
}{
"name": "text",
"roles": [
"AbTestManager"
]
}List with names of the groups that should be deleted.
OK
The name of the group.
Bad Request
Unauthorized
Forbidden
Server Error
DELETE /fact-finder/rest/v5/groups?name=text HTTP/1.1
Host: vector-demo.fact-finder.de/
Authorization: Basic username:password
Accept: */*
[
{
"name": "text",
"roles": [
"AbTestManager"
]
}
]Name of the group which should be deleted.
OK
The name of the group.
Bad Request
Unauthorized
Forbidden
Server Error
DELETE /fact-finder/rest/v5/groups/{name} HTTP/1.1
Host: vector-demo.fact-finder.de/
Authorization: Basic username:password
Accept: */*
{
"name": "text",
"roles": [
"AbTestManager"
]
}OK
Bad Request
Unauthorized
Forbidden
Server Error
GET /fact-finder/rest/v5/user/channel HTTP/1.1
Host: vector-demo.fact-finder.de/
Authorization: Basic username:password
Accept: */*
[
"text"
]Filter users assigned a specific channel.
Filter users who are part of a specific group.
Filter users whose name contains a specific string.
Filter users with a specific role.
OK
Represents a user and its settings.
Date of the last activity of the user or the creation date, when the user did not log in, yet.
The name of the user.
If the user is managed locally or remotely.
Bad Request
Unauthorized
Forbidden
Server Error
GET /fact-finder/rest/v5/users HTTP/1.1
Host: vector-demo.fact-finder.de/
Authorization: Basic username:password
Accept: */*
[
{
"lastActive": "2026-01-01T00:00:00.000Z",
"name": "text",
"origin": "LOCAL",
"permissions": {
"allowAllCurrentAndFutureChannels": true,
"channels": [
"text"
],
"groups": [
"text"
],
"roles": [
"AbTestManager"
]
},
"uiSettings": {
"enableAdvancedMode": true,
"hideErrorNotifications": true,
"hideInactiveModules": true,
"locale": "text"
}
}
]Create a new local user. Non-admin user are not allowed to create user with api roles or admin user. Only channels known by the creating user can be added to the new user.
Represents a user, which should be created, and its settings.
The name of the user.
The password of the user in plaintext.
OK
Represents a user and its settings.
Date of the last activity of the user or the creation date, when the user did not log in, yet.
The name of the user.
If the user is managed locally or remotely.
Bad Request
Unauthorized
Forbidden
Server Error
POST /fact-finder/rest/v5/users HTTP/1.1
Host: vector-demo.fact-finder.de/
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 285
{
"name": "text",
"password": "text",
"permissions": {
"allowAllCurrentAndFutureChannels": true,
"channels": [
"text"
],
"groups": [
"text"
],
"roles": [
"AbTestManager"
]
},
"ssoEnabled": true,
"uiSettings": {
"enableAdvancedMode": true,
"hideErrorNotifications": true,
"hideInactiveModules": true,
"locale": "text"
}
}{
"lastActive": "2026-01-01T00:00:00.000Z",
"name": "text",
"origin": "LOCAL",
"permissions": {
"allowAllCurrentAndFutureChannels": true,
"channels": [
"text"
],
"groups": [
"text"
],
"roles": [
"AbTestManager"
]
},
"uiSettings": {
"enableAdvancedMode": true,
"hideErrorNotifications": true,
"hideInactiveModules": true,
"locale": "text"
}
}Update user ui settings and permissions. Non-admin user are not allowed to add api roles or channels unknown to the creating user. Use dedicated api, if you want to change the password.
Represents a user, which should be updated, and its settings.
The name of the user.
OK
Represents a user and its settings.
Date of the last activity of the user or the creation date, when the user did not log in, yet.
The name of the user.
If the user is managed locally or remotely.
Bad Request
Unauthorized
Forbidden
Server Error
PUT /fact-finder/rest/v5/users HTTP/1.1
Host: vector-demo.fact-finder.de/
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 249
{
"name": "text",
"permissions": {
"allowAllCurrentAndFutureChannels": true,
"channels": [
"text"
],
"groups": [
"text"
],
"roles": [
"AbTestManager"
]
},
"uiSettings": {
"enableAdvancedMode": true,
"hideErrorNotifications": true,
"hideInactiveModules": true,
"locale": "text"
}
}{
"lastActive": "2026-01-01T00:00:00.000Z",
"name": "text",
"origin": "LOCAL",
"permissions": {
"allowAllCurrentAndFutureChannels": true,
"channels": [
"text"
],
"groups": [
"text"
],
"roles": [
"AbTestManager"
]
},
"uiSettings": {
"enableAdvancedMode": true,
"hideErrorNotifications": true,
"hideInactiveModules": true,
"locale": "text"
}
}The names of users that will be deleted.
OK
Represents a user and its settings.
Date of the last activity of the user or the creation date, when the user did not log in, yet.
The name of the user.
If the user is managed locally or remotely.
Bad Request
Unauthorized
Forbidden
Server Error
DELETE /fact-finder/rest/v5/users?name=text HTTP/1.1
Host: vector-demo.fact-finder.de/
Authorization: Basic username:password
Accept: */*
[
{
"lastActive": "2026-01-01T00:00:00.000Z",
"name": "text",
"origin": "LOCAL",
"permissions": {
"allowAllCurrentAndFutureChannels": true,
"channels": [
"text"
],
"groups": [
"text"
],
"roles": [
"AbTestManager"
]
},
"uiSettings": {
"enableAdvancedMode": true,
"hideErrorNotifications": true,
"hideInactiveModules": true,
"locale": "text"
}
}
]The name of user that will be deleted.
OK
Represents a user and its settings.
Date of the last activity of the user or the creation date, when the user did not log in, yet.
The name of the user.
If the user is managed locally or remotely.
Bad Request
Unauthorized
Forbidden
Server Error
DELETE /fact-finder/rest/v5/users/{userName} HTTP/1.1
Host: vector-demo.fact-finder.de/
Authorization: Basic username:password
Accept: */*
{
"lastActive": "2026-01-01T00:00:00.000Z",
"name": "text",
"origin": "LOCAL",
"permissions": {
"allowAllCurrentAndFutureChannels": true,
"channels": [
"text"
],
"groups": [
"text"
],
"roles": [
"AbTestManager"
]
},
"uiSettings": {
"enableAdvancedMode": true,
"hideErrorNotifications": true,
"hideInactiveModules": true,
"locale": "text"
}
}Update user password. The password is expected to be plain text. Only passwords for local users can be changed.
The name of the user, whose password should be changed.
The password
OK
Represents a user and its settings.
Date of the last activity of the user or the creation date, when the user did not log in, yet.
The name of the user.
If the user is managed locally or remotely.
Bad Request
Unauthorized
Forbidden
Server Error
PUT /fact-finder/rest/v5/users/{userName}/password HTTP/1.1
Host: vector-demo.fact-finder.de/
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 6
"text"{
"lastActive": "2026-01-01T00:00:00.000Z",
"name": "text",
"origin": "LOCAL",
"permissions": {
"allowAllCurrentAndFutureChannels": true,
"channels": [
"text"
],
"groups": [
"text"
],
"roles": [
"AbTestManager"
]
},
"uiSettings": {
"enableAdvancedMode": true,
"hideErrorNotifications": true,
"hideInactiveModules": true,
"locale": "text"
}
}Last updated
Was this helpful?

