End of Sale Announcement
Effective May 1, 2026, Okta will no longer sell or renew Advanced Server Access. Existing customers must migrate to Okta Privileged Access within one year of their next scheduled renewal date to maintain service. Read the FAQ | Learn about Okta Privileged Access
Admin roles:
- access_user
- access_admin
- reporting_user
Lists all Attributes for a specified Group
Security
bearerAuth
GET
curl -i -X GET \
'https://app.scaleft.com/v1/teams/{team_name}/groups/{group_name}/attributes?offset=string&count=0&descending=true&prev=true&conflicting=true' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
- unix_group_name
- windows_group_name
- unix_gid
{ "list": [ { … }, { … } ] }