diff --git a/docs/docs/iam.md b/docs/docs/iam.md
index e7c34c0..bcfdcfd 100644
--- a/docs/docs/iam.md
+++ b/docs/docs/iam.md
@@ -13,12 +13,14 @@ Commands:
add_group Add a group to the organisation
add_permission Add a permission to the organisation
add_permission_to_group Add a permission to a group within the...
+ add_user Add a user to the organisation, and...
add_user_to_group Add a user to a group within the...
collections List the collections of the organisation
delete Delete the organisation
delete_group Remove the group from the organisation
delete_permission Remove the permission from the organisation
delete_permission_from_group Remove a permission to a group within the...
+ delete_user Remove the user from the organisation
delete_user_from_group Remove a user from a group within the...
groups List the groups of the organisation
list List organisations
diff --git a/docs/docs/version.md b/docs/docs/version.md
index 3045409..048dd80 100644
--- a/docs/docs/version.md
+++ b/docs/docs/version.md
@@ -1,2 +1,2 @@
ARLAS Version:
-0.5.2
+0.5.3
diff --git a/docs/site/iam/index.html b/docs/site/iam/index.html
index 95898b2..0d28d78 100644
--- a/docs/site/iam/index.html
+++ b/docs/site/iam/index.html
@@ -591,7 +591,7 @@
Identity & Access
Manage organisations, users, permissions and groups
-arlas_cli iam --config local orgs --helpUsage: python -m arlas.cli.cli iam orgs [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
add Create organisation with the given name
add_group Add a group to the organisation
add_permission Add a permission to the organisation
add_permission_to_group Add a permission to a group within the...
add_user_to_group Add a user to a group within the...
collections List the collections of the organisation
delete Delete the organisation
delete_group Remove the group from the organisation
delete_permission Remove the permission from the organisation
delete_permission_from_group Remove a permission to a group within the...
delete_user_from_group Remove a user from a group within the...
groups List the groups of the organisation
list List organisations
permissions List the permissions of the organisation
users List the users of the organisation
+arlas_cli iam --config local orgs --helpUsage: python -m arlas.cli.cli iam orgs [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
add Create organisation with the given name
add_group Add a group to the organisation
add_permission Add a permission to the organisation
add_permission_to_group Add a permission to a group within the...
add_user Add a user to the organisation, and...
add_user_to_group Add a user to a group within the...
collections List the collections of the organisation
delete Delete the organisation
delete_group Remove the group from the organisation
delete_permission Remove the permission from the organisation
delete_permission_from_group Remove a permission to a group within the...
delete_user Remove the user from the organisation
delete_user_from_group Remove a user from a group within the...
groups List the groups of the organisation
list List organisations
permissions List the permissions of the organisation
users List the users of the organisation
Create, delete, activate / deactivate users
arlas_cli iam --config local users --helpUsage: python -m arlas.cli.cli iam users [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
activate Activate user account
add Create user
deactivate Deactivate user account
delete Delete user
diff --git a/docs/site/version/index.html b/docs/site/version/index.html
index 7db2303..920187d 100644
--- a/docs/site/version/index.html
+++ b/docs/site/version/index.html
@@ -510,7 +510,7 @@
arlas_cli version
ARLAS Version:
-0.5.2
+0.5.3
diff --git a/version.txt b/version.txt
index cb0c939..be14282 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-0.5.2
+0.5.3