New Capability: Machine Account Creation

Hi everyone,

We are excited to share that Machine Account Creation has been fully released to all production tenants (with the exception of FedRAMP)! :rocket:

We appreciate your patience as we worked to ensure a smooth, reliable rollout. The feature is now ready for your teams to begin using in production.

To support adoption, we are also releasing API capabilities for Machine Account Creation:

Following our API versioning strategy update, we are transitioning these endpoints away from annual release namespaces (see: API Versioning Strategy Updates).

While Developer Relations completes this migration, you can preview and configure provisioning policies per subtype using temporary v2027 endpoints:

  1. Find your policy ID (using your subtypeId)
    GET /v2027/sources/<sourceId>/provisioning-policies?filters=usageType eq "CREATE_MACHINE_ACCOUNT" and subtypeId eq "<subtypeId>"

  2. Update the policy
    PUT /v2027/sources/<sourceId>/provisioning-policies/<policyId>

  3. List all policies
    GET /v2027/sources/<sourceId>/provisioning-policies

Note: v2027 is a temporary transition namespace for these provisioning policy endpoints and is not a published annual API release. These routes will be replaced by service-versioned endpoints as part of the new versioning model.

Thank you,

Natalia

1 Like