v_ User Overview

The UserOverview table is in the Unknown package and contains information about user profiles. It includes specific user data such as id, username, display name, email address, account status, and creation date as well as extra metadata such as preferences and custom fields that can be set by users. This table can be used to manage and maintain user accounts throughout an online platform or application.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
string
required
length between 1 and 10

The SessionTypeId field in the UserOverview table is a varchar field that stores a 13 character value that identifies the type of user session each user is associated with.

int64

RecordKey is a field in the UserOverview table that stores a unique identifier for each record. The data type for this field is bigint, which allows for the storage of large numerical values. The RecordKey serves as the primary key for the table and is used to uniquely identify and access each user's data. This field plays a crucial role in efficient data retrieval and management within the UserOverview table. It helps to maintain data integrity and enables quick and accurate access to specific user records.

int32 | null

UserCount is an integer field in the UserOverview table that stores the current number of users in the system.

string | null

The Url field in the UserOverview table stores a valid web address in string form up to 33 characters long for the purpose of linking a user on the system to an external URL.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!