Source:

Module: mod-permissions

Interface: /perms/users

Attributes:

Property Name Property Type Property Description
id string The primary key (UUID) of this permissionUser record
userId string A foreign key to the id field (UUID) of the user record in the users module
permissions array A list of permission names owned by this user
metadata object Metadata about creation and changes to records, provided by the server (client should not provide)
metadata/createdDate string Date and time when the record was created
metadata/createdByUserId string ID of the user who created the record (when available)
metadata/createdByUsername string Username of the user who created the record (when available)
metadata/updatedDate string Date and time when the record was last updated
metadata/updatedByUserId string ID of the user who last updated the record (when available)
metadata/updatedByUsername string Username of the user who last updated the record (when available)