Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

logins.confirmed (Boolean of 0 OR 1) - Whether the email associated with this Login was confirmed. This field is stored as an integer and will be set to '1' when the email is confirmed.

...

Note

Naming conventions for Allowed Resources and Restricted Resources are case sensitive and must be lowercase.

allowedresources, restrictedresources

Allowed Resources

logins.allowedResources -

Restricted Resources

logins.restrictedResources - login.allowedresources - the resources and actions whitelisted for this user, stored as a string-JSON.

  • action keys: create, update, read, delete and totals

  • list of resources, e.g.: logins, apikeys, sessions

  • Not all action keys need to be defined, whichever are omitted will not affect the user’s access

  • Example structure: {“create”: ["logins","apikeys","sessions"],"update":["apikeys","sessions"]}

  • The values set in this field will whitelist the resources for the actions defined to the exclusion of all others

Restricted Resources

logins.restrictedresources - the resources and actions blacklisted for this user, stored as a string-JSON

  • Same structure as allowedresources, see above

  • The values set in this field will blacklist the resources for the actions defined, all other actions and resources will not be affected

Address 1

logins.address1 - The first line of the address associated with this Login. This field is stored as a text string and must be between 1 and 500 characters long.

...