
narasimanr.07618 (Customer) asked a question.
Hi:
When creating an API Services app in OKTA Admin UI, there is no prompt for entering the profile attributes. Whereas, I can do the same through API.
curl -v -X POST -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: <MASKED>" -d '{ "name": "oidc_client", "label": "laas-partner-8", "signOnMode": "OPENID_CONNECT", "credentials": {"oauthClient": { "token_endpoint_auth_method": "client_secret_jwt"}}, "settings": {"oauthClient": {"response_types": ["token"], "grant_types": ["client_credentials"], "application_type": "service"}}, "profile": {"partnerId": "888"}}' "https://apollo-preview.oktapreview.com/api/v1/apps"
How do I view/ed

Hi @narasimanr.07618 (Customer) , Thank you for reaching out to the Okta Community!
Here are the resources to help you out:
https://help.okta.com/en-us/Content/Topics/users-groups-profiles/usgp-user-profile-attributes-main.htm
If my answer helped, remember to mark it as best to increase its visibility for other members of the Okta Community who might have the same questions as you.
Hope it helps!