an empty user export template
Create an empty user group export template
an empty user group export template
Export a single user by id. The response can be saved to file as is.
User id
Promise resolving to a UserExportInterface object.
Export a single user group by id. The response can be saved to file as is.
Group id
Promise resolving to a UserGroupExportInterface object.
Export all user groups. The response can be saved to file as is.
Promise resolving to a UserGroupExportInterface object.
Export all users. The response can be saved to file as is.
Promise resolving to a UserExportInterface object.
Import user groups
user group import data
Optional
groupId: stringOptional user group id. If supplied, only the group of that id is imported.
the imported user groups
Import users and their config
user import data
Optional
userId: stringOptional user id. If supplied, only the user of that id is imported.
the imported users
Read user by id
User id
a promise that resolves to a user object
Read user group by id
Group id
a promise that resolves to a user group object
Read all user groups.
a promise that resolves to an array of user group objects
Read all users.
a promise that resolves to an array of user objects
Create an empty user export template