Hello, Currently, the users are being created by using the "/admin/accounts/addpendinguser" API endpoint. This endpoint, is only usable for Codefresh admin accounts. See: https://github.com/codefresh-io/terraform-provider-codefresh/blob/master/client/user.go It would be useful to add user creation support to the non-admin users by using the "/api/accounts/{accountId}/adduser" API endpoint. See: https://g.codefresh.io/api/#operation/accounts-add-user-to-account Thanks