latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-216381,9552.9 MB

f2cf3228f366

Cross-App Access

Create

Create an access profile under a resource server. The backend also provisions a backing AppEntitlement that users request to be granted the profile's scopes.

post/api/v1/apps/{app_id}/xaa/access_profiles

Path parameters

app_idstring required

The application that owns the resource server.

Request body

descriptionstring

Description of what access this profile grants.

displayNamestring

Display name for the profile.

xaaResourceServerIdstring

The resource server this profile grants access to.

Response

XAAAccessProfileServiceCreateResponse returns the created access profile.