Early Access: The content on this website is provided for informational purposes only in connection with pre-General Availability Qlik Products.
All content is subject to change and is provided without warranty.
Skip to main content Skip to complementary content

Get user

Information noteSTABLE.

This API is reliable and breaking changes are unlikely.

Path

[session_module_root]/user/{directory}/{id}

Method

GET

Description

This returns all sessions that a user (identified by {directory} and {id}) has as a JSON array.

[
{
  "UserDirectory": "<user directory>",
  "UserId": "<unique user ID>",
  "Attributes":
    [ { "<Attribute1>": "<value1a>" },
        { "<Attribute1>": "<value1b>" }, [attributes are not unique]
        { "<Attribute2>": "" }, [value can be empty]
        { "<Attribute3>": "<value3>" },
        ...
    ] [optional],
  "SessionId": "<session ID>"
}
]

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!