
AnetteT.74784 (Customer) asked a question.
Hi,
We're looking for a way to use the Okta Access request for adding users in role groups. We only want the approver team to be able to see the access request (hidden from the rest of the org), but we want the approver team to be able to request the access on behalf of the entire org.
Is there any way to accomplish this?
We know this challenge can be solved other ways, but we dont want them to have to go through the admin dashboard.

@AnetteT.74784 (Customer) - This might be achievable via the API.
https://developer.okta.com/docs/api/iga/openapi/governance.requests.admin.v1/tag/Requests/#tag/Requests/operation/createRequest
The createReqeust allows you to specify an array of requesterUserIds. I would start your testing there to see if it meets your goals. If not, then I am fairly certain the answer is "not possible".