Skip to main content
Solved

error got by a bpa : SE_UNAUTHORIZED

  • May 2, 2025
  • 2 replies
  • 92 views

Forum|alt.badge.img+6
  • Sidekick (Partner)

Hi,

i made a validation workflows, i add the workflows to the permissions set but i get always the same error SE_UNAUTHORIZED

when i test with a full access, i dont get this error.

any one have an idea for this issue ?

Thank you.

Regards.

Best answer by kamnlk

Hi,

Are there any API tasks within the validation Workflow? Can you check if the user has access to all the APIs inside the workflow. 

As of now adding a workflow to a permission set will not implicitly allow to execute any API tasks that is inside the workflow that user do not have access to. Those permission needs to be handled separately. 

 

2 replies

Forum|alt.badge.img+9
  • Hero (Employee)
  • Answer
  • May 2, 2025

Hi,

Are there any API tasks within the validation Workflow? Can you check if the user has access to all the APIs inside the workflow. 

As of now adding a workflow to a permission set will not implicitly allow to execute any API tasks that is inside the workflow that user do not have access to. Those permission needs to be handled separately. 

 


Forum|alt.badge.img+6
  • Author
  • Sidekick (Partner)
  • May 2, 2025

Hi,

thank you for your speed response ;) 

exactly i forget to give access for one projection used in my workflows.

now it’s work good.

 

Thank you.

Regards.