Hi everyone,
We are excited to share that Machine Account Creation has been fully released to all production tenants (with the exception of FedRAMP)! ![]()
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:
- Submit and retrieve machine account creation requests: Machine Account Creation Request
- Define and manage source subtypes: Machine Account Subtypes
- Retrieve and manage approval details for machine account requests using the existing Approvals API
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:
-
Find your policy ID (using your
subtypeId)
GET /v2027/sources/<sourceId>/provisioning-policies?filters=usageType eq "CREATE_MACHINE_ACCOUNT" and subtypeId eq "<subtypeId>" -
Update the policy
PUT /v2027/sources/<sourceId>/provisioning-policies/<policyId> -
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