News & Announcements User Community Developer Community

Welcome to the RingCentral Community

Please note the community is currently under maintenance and is read-only.

Search
Make sure to review our Terms of Use and Community Guidelines.
  Please note the community is currently under maintenance and is read-only.
Home » Developers
OAU-222 SandBox Account - Account does not exist
Tags: authentication
Jun 30, 2023 at 9:02am   •   1 replies  •  0 likes
Brian N

I am trying to authenticate, but i am getting OAU-222:

I follow this documentation: https://developers.ringcentral.com/guide/authentication/jwt-flow

App Name: RPA

Sandbox: +19293784076

HTTP Input:

{
    
  "url": "https://platform.devtest.ringcentral.com/restapi/oauth/token",
  "body": "",
  "method": "POST",
  "headers": {
    
    "Content-Type": "application/x-www-form-urlencoded",
    "Authorization": "Basic XXXX
  },
  "queryParams": {
    
    "assertion": "JWT KEY",
    "grant_type": "urn:ietf:params:oauth:grant-type:jwt-bearer"
  }
}

Then I get this error:

{
    
  "response": {
    
    "status": 400,
    "body": {
    
      "error": "invalid_grant",
      "errors": [
        {
    
          "errorCode": "OAU-222",
          "message": "Account does not exist"
        }
      ],
      "error_description": "Account does not exist"
    }
  },
  "request": {
    
    "body": ""
  }
}
1 Answer
answered on Jun 30, 2023 at 10:06am  

How do you actually post the request?

This is not the way to post the body as the assertion and and grant_type are not query parameters!

"queryParams": {
    "assertion": "JWT KEY",
    "grant_type": "urn:ietf:params:oauth:grant-type:jwt-bearer"
  }

 0



A new Community is coming to RingCentral!

Posts are currently read-only as we transition into our new platform.

We thank you for your patience
during this downtime.

Try Workflow Builder

Did you know you can easily automate tasks like responding to SMS, team messages, and more? Plus it's included with RingCentral Video and RingEX plans!

Try RingCentral Workflow Builder

PRODUCTS
RingEX
Message
Video
Phone
OPEN ECOSYSTEM
Developer Platform
APIs
Integrated Apps
App Gallery
Developer support
Games and rewards

RESOURCES
Resource center
Blog
Product Releases
Accessibility
QUICK LINKS
App Download
RingCentral App login
Admin Portal Login
Contact Sales
© 1999-2024 RingCentral, Inc. All rights reserved. Legal Privacy Notice Site Map Contact Us