Users
  • 22 Dec 2023
  • 1 Minute to read
  • Dark
    Light

Users

  • Dark
    Light

Article summary

When first registered for a Cogniac account, a user account is automatically created. A user can be a member of multiple tenants with the same login credentials.

User Fields

Name

Example

Description

user_id
string

"cJoiwcorTTm"

(read only) Unique user_id assigned to each User object upon User creation.

given_name
string

"Jane"

First Name

surname
string

"Smith"

Last Name

email
string

"test@cogniac.co"

email address used for logging into the Cogniac system.

password
string

"123ABCdef"

can be modified but not returned to the user with GET calls.
 
Password Requirements
 Minimum Password Length: 8
 Maximum Password Length: 100
 Minimum Number Of Required Lowercase Characters: 1
 Minimum Number Of Required Numeric Characters: 1
 
 Symbol and Diacritic characters are allowed, but not required.

tenant_id
string

"pipoyp63lqc7"

(read only) The ID of the tenant generated for the user.

tenant_name
string

"My Tenant"

(read only) The name of the tenant generated for the user.


Was this article helpful?

What's Next