Added support to retrieve meta information for Weather Subscriptions and the packaging configured for a specific TenantId.
Extended the UserProfile to include additional details about the user. These additions are more typically used for internal user use casees. The additional pieces of information relate to:
Organization
Includes JobTitle and Department
Authorization
Includes the Role the UserProfile may be assigned to.
LegacyAuthorization
Includes a collection of groups they're authorized to access
Resolved an issue that occurred when creating a new User Location where the API was returning an incorrect response code (200 OK) according to the API Specification (201 Created).
Resolved issue with Location IDs not being deterministic
Added support to Create an ExternalId on an existing UserProfile
Added support to Delete an existing UserProfile - Note this is a Soft Delete in the system and recreating the same user may reuse the previous resource
Updated CreatePhoneCommand to return the PhoneNumber created in the response
Removed Default property on GroupSummary into a separate objected called SelfServiceSettings that has a Default property and will be used for future expansion.