can we give limited Admin access to external organization accounts to create users for their entity?
Discussion posts and replies are publicly visible
Hello Humaira ,
You want admin access to external users just to create users?
Yes I want to give limited access to external users like creating the user of there organization
Okay. Then create a process model with create user smart service and trigger the process model, in you case the external user will be triggering the process model. This way you can give access to the external org an option of creating users in our environment.
for triggering the process model from an external system you can use WEB API along with start Process smart service, additionally you will need a service account key from Appian side for authorization. body of the request from external system will contain the parameter of your process and in the header you have to pass the key(service account key)for example ->do consider checking for existing username in your process model for exception handling