Users

Users - Activate

Activates the user with given id.

POST

https://api-server-host-name/configapi/{pool_UUID}/{logpoint_identifier}/Users/{id}/activate

Parameter

Field
Label in UI
Type
Description

id

-

String

User id. Mandatory Field

Request Example

{
    "data": {}
}

Success Response

{
    "status": "Success",
    "message": "/monitorapi/{pool_UUID}/{logpoint_identifier}/orders/{request_id}"
}

Users - ChangePassword

Changes the password of user with given id.

POST

Parameter

Field
Label in UI
Type
Description

id

-

String

ID of the user whose password you want to change. Mandatory Field

new_password

New Password

String

New password. Mandatory Field

Request Example

Success Response

Users - Create

Creates a new user in a Fabric-enabled LogPoint.

POST

Parameter

Field
Label in UI
Type
Description

email

Email

String

Valid email address of the user. Mandatory Field

firstname

Firstname

String

First name of the user. Mandatory Field

lastname

Lastname

String

Last name of the user. Mandatory Field

password

Password

String

Username password. The password value should be at least 5 characters in length. Mandatory Field

timezone

Time Zone

String

An optional string value that specifies the given timezones by logpoint. Obtain the value of the available timezones using Timezone - List API. If no timezone is given, default timezone is set to "UTC". Optional Field

usergroup

Usergroup

[String]

List of usergroup ids. Mandatory Field

username

Username

String

Name of the user. Username should be unique and length value can be from 2 to 50 characters. Mandatory Field

Request Example

Success Response

Users - Deactivate

Deactivates the user with given id.

POST

Parameter

Field
Label in UI
Type
Description

id

-

String

User id. Mandatory Field

Request Example

Success Response

Users - Edit

Edits the user settings with given ID.

PUT

Parameter

Field
Label in UI
Type
Description

email

Email

String

Valid email address of the user. Mandatory Field

firstname

Firstname

String

First name of the user. Mandatory Field

id

-

String

Existing Device id. Obtain the value of the required Device id using Devices - List API. Mandatory Field

lastname

Lastname

String

Last name of the user. Mandatory Field

timezone

Time Zone

String

An optional string value that specifies the given timezones by logpoint. Obtain the value of the available timezones using Timezone - List API. If no timezone is given, default timezone is set to "UTC". Optional Field

usergroup

Usergroup

[String]

List of usergroup ids. Mandatory Field

Request Example

Success Response

Users - FetchUsers

Lists all existing users.

circle-exclamation

POST

Request Example

Success Response

Users - Get

Fetches a User with given ID.

GET

Parameter

Field
Label in UI
Type
Description

id

-

String

ID of the existing user that you want to fetch.

Success Response

Users - List

Lists all existing Users.

GET

Success Response

Users - RefreshList

Syncs the current Users List with LogPoint's Users List.

POST

Request Example

Success Response

Users - Trash

Removes the user with given ID.

DELETE

Parameter

Field
Label in UI
Type
Description

assigned_to_user

ASSIGN TO USER

String

ID of the user to whom the ownership of RBAC resources shall be transferred. Optional Field

force_delete

Delete

boolean

Value must be "true" to delete the users and their shared resources. Either force_delete or assigned_to_user must be present in the request while deleting the users who own any shared resources. Optional Field

id

-

String

ID of the existing user that you want to delete. You need to deactivate the user before deleting it. Mandatory Field

Request Example

Success Response

Users - Unlock

Unlock the user with given id.

POST

Parameter

Field
Label in UI
Type
Description

id

-

String

User id. Mandatory Field

Request Example

Success Response

circle-info

The Users API does not allow you to create and manage the plugin users for the authentication plugins. Currently, Logpoint supports the following authentication plugins:

  • LDAP Authentication

  • Radius Authentication

  • ADFS Authentication

  • SAML Authentication

  • OAuth Authentication

circle-info

If a Fabric-enabled user is locked due to failed login attempts, you must execute the Users - RefreshList API to sync data with the Fabric-enabled Logpoint data.

Last updated

Was this helpful?