Access to External Accounts

can we give limited Admin access to external organization accounts to create users for their entity?

  Discussion posts and replies are publicly visible

Parents Reply
  • 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

Children
No Data